Sha256: 00f0e0ddcb2e3373f33fc2ae0029624c9eb77daa6b43ad898f283f445180caf5
Contents?: true
Size: 917 Bytes
Versions: 2
Compression:
Stored size: 917 Bytes
Contents
# Backrack Backrack generates a Backbone.js powered mobile app structure for you. Harnessing the power of Sprockets for asset packaging and a Rack server for on the fly asset generation to make development a breeze. ## Installation $ gem install backrack ## Usage Generate your application: backrack new my_app Run your server for development (I suggest Pow if you're on OSX) cd my_app; unicorn To see the generators that will build your files for you: backrack generate ## Examples backrack generate view users/new backrack generate model user backrack generate collection users --model user --url http://mysite/api/users ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## License See LICENSE file.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backrack-0.0.2 | README.md |
backrack-0.0.1 | README.md |