Sha256: 82ee3dddb5d8379832a1556f950fa017477e5564b9183824ed68c01422b0e9d5
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
Powder manages [Pow](http://pow.cx/) # Install # gem install powder # Usage # $ pow => link the current dir_name to ~/.pow/dir_name # if the dir_name has underscores in, powder changes them to hyphens $ pow link bacon => link the current dir to ~/.pow/bacon # If the current directory doesn't look like an app that can be powered # by pow it will offer to download a basic config.ru for Rails 2 $ 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 open => opens the pow link in a browser # aliased as pow -o $ pow open bacon => opens http://bacon.dev in a browser $ 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
powder-0.0.4 | Readme.md |