Home

Awesome

Powder for your browser!

A simple web server interface to powder CLI for pow! This gives you the ability to create a bookmark button in your browser that will restart your development app and redirect to the root url.

Features

How do I setup Powser?

From scratch:

cd path/to/pow/app
gem install powser
powser start

Link powser to an app with a custom appname:

powser start appname

Stop the powser server

powser stop

Restart the powser server

powser restart

Troubleshooting

Sometimes you will get an error related to changing directory. If that happen just restart the powser server with powser restart and life will be good.