Sha256: 3120ec256c91c323c1d3574b3b222fb258e71b29d1eb8eddfec78f5a72769b77

Contents?: true

Size: 877 Bytes

Versions: 9

Compression:

Stored size: 877 Bytes

Contents

# Codelation CLI

Command line tool for Codelation tasks.

## Installation

```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 rails:new            # Generate a new app using Codelation's Rails project template
  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

9 entries across 9 versions & 1 rubygems

Version Path
codelation-cli-0.2.0 README.md
codelation-cli-0.1.1 README.md
codelation-cli-0.1.0 README.md
codelation-cli-0.0.28 README.md
codelation-cli-0.0.27 README.md
codelation-cli-0.0.26 README.md
codelation-cli-0.0.25 README.md
codelation-cli-0.0.24 README.md
codelation-cli-0.0.23 README.md