Skip to content

cjse/powder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powder manages Pow

Install

gem install powder

Usage

$ pow
=> link the current dir_name to ~/.pow/dir_name

$ pow link bacon
=> link the current dir to ~/.pow/bacon

$ pow list
=> list all the current apps linked in ~/.pow
# aliased as pow -l

$ pow restart 
=> restart the current app
# aliased as pow -r

$ pow remove
=> unlink current_dir

$ pow remove bacon
=> unlink bacon

$ pow install
=> installs pow server (I know, "curl get.pow.cx | sh" isn't hard, but this is _even_ easier)

$ pow uninstall
=> uninstalls pow server

Copyright

Copyright (c) 2011 Adam Rogers and Phil Nash. See LICENSE for details.

Packages

No packages published

Languages

  • Ruby 100.0%