This is a simple script that starts a local development server when you type s
. Now you don't have to remember what project you're in or type out rails s
, which is obviously far too labor-intensive.
It currently should work with:
- Rails
- Ember
- Middleman
- Phoenix
- Ionic
You can either copy the contents of s into a file in your path and make it executable, or you can:
git clone [email protected]:foraker/server-start.git
cd server-start
ln -s "$(pwd)/s" /usr/local/bin/s
Please feel free to submit pull requests or issues. Support for more servers would be neat.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Foraker Labs builds exciting web and mobile apps in Boulder, CO. Our work powers a wide variety of businesses with many different needs. We love open source software, and we're proud to contribute where we can. Interested to learn more? Contact us today.
This project is maintained by Foraker Labs. The names and logos of Foraker Labs are fully owned and copyright Foraker Design, LLC.