Sha256: 5d7b40dd3c02c14ada0ccdfe3c88fcccbfaaca4a705d5b03c70f47d8842083f7

Contents?: true

Size: 1.86 KB

Versions: 1

Compression:

Stored size: 1.86 KB

Contents

powder manages [pow](http://pow.cx/)

# Install #

    gem install powder

# Usage #

    $ powder
    => Link the current dir_name to ~/.pow/dir-name
    # if the dir_name has underscores in, powder changes them to hyphens

    $ powder link bacon
    => Link the current dir to ~/.pow/bacon
    # If the current directory doesn't look like an app that can be powed
    # by pow it will offer to download a basic config.ru for Rails 2

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

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

    $ powder remove
    => Unlink current_dir

    $ powder remove bacon
    => Unlink bacon

    $ powder open
    => Opens the pow link in a browser
    # aliased as powder -o

    $ powder open bacon
    => Opens http://bacon.dev in a browser
    # if you have set up alternative top level domains in .powconfig,
    # then the first listed domain will be opened.
    
    $ powder log
    => Tails the pow log.
    # Not the application log, but the pow log, available at
    # ~/Library/Logs/Pow/apps/app-name
    
    $ powder version
    => Returns the current powder version
    # aliased as powder -v

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

    $ powder uninstall
    => Uninstalls pow server

# Contributors #

Built by [rodreegez](https://github.com/Rodreegez) and [philnash](https://github.com/philnash).

With contributions from:

  * [franciscoj](https://github.com/franciscoj) 
  * [cjkihlbom](https://github.com/cjkihlbom) 
  * [pengwynn](https://github.com/pengwynn).
  * [jmccartie](https://github.com/jmccartie)
  * [fschwahn](https://github.com/fschwahn)
  * [bob-p](https://github.com/bob-p)


## 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.1.2 Readme.md