Codelation CLI

Command line tool for Codelation tasks.

Installation

Add this line to your application's Gemfile:

$ gem install codelation-cli

Usage

$ codelation help

Commands:
  codelation development:install  # Install the development tools used by Codelation
  codelation help [COMMAND]       # Describe available commands or one specific command
  codelation update               # Update codelation-cli to latest version
  codelation version              # Show version information

Contributing

  1. Fork it ( https://github.com/[my-github-username]/codelation-cli/fork )
  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 a new Pull Request