Sha256: 73fd19ec7cd8c3d259f29ec5176a4abf9e59b40829df87d9966b9d81fb673df5
Contents?: true
Size: 826 Bytes
Versions: 12
Compression:
Stored size: 826 Bytes
Contents
# Codelation CLI Command line tool for Codelation tasks. ## Installation Add this line to your application's Gemfile: ```bash $ 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
Version data entries
12 entries across 12 versions & 1 rubygems