Spinebox

A ready to use spine.js rack skeleton builder with development server, routes, config and precompile support.

  • Ideal for single or few page applications
  • Fully setup, ready to go spine.js environment
  • Develop in coffee-script and sass with fantastic sprockets asset serving
  • Compile assets and serve the whole app completely static

Installation

$ gem install spinebox

Usage

# Create new project an start developing
$ spinebox new blog
$ cd blog
$ spinebox server
# Compile project for static serving
$ spinebox compile

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