Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 736 Bytes

Readme.md

File metadata and controls

38 lines (24 loc) · 736 Bytes

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.