Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 645 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 645 Bytes

Sprangular CLI Utility

A tool for creating sprangular extensions and setting up apps.

Installation

gem install sprangular_cli

Usage

Create an extension

sprangular extension example

Setup an application

cd my-rails-app
sprangular install

Show available commands

sprangular help

Show version

sprangular -v

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