Bonethug

Project Skeleton Manager

Installation

Add this line to your application's Gemfile:

gem 'bonethug'

And then execute:

\$ bundle

Or install it yourself as:

\$ gem install bonethug

Usage

Commands

Set up a project Skeleton

bonethug install {rails3|silverstripe3|drupal|php|sinatra}

*Add bonethug to an existing project *

if you just want to use the deploy / cron / backup framework

bonethug init

update the bonethug files in an existing project

bonethug update

Contributing

  1. Fork it 2. Create your feature branch (git checkout -b my-new-feature) 3. Commit your changes (git commit -am 'Add some feature') 4. Push to the branch (git push origin my-new-feature) 5. Create new Pull Request