Sha256: 6398916dc869915d399b533414bca460d5124a715ef9a58a5562ea4772b25d91

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# Cbaoth

Ruby Gem to create a base ruby automation/whatever you want app from the command line. By simply typing cbaoth app_name.

## Installation

Add this line to your application's Gemfile:

    gem 'cbaoth'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install cbaoth

***
## Usage

From the directory that you want to create your ruby app. Simply type:

    $ cbaoth my_app

To not initialize git:

    $ cbaoth my_app -g

Replace *my_app* with the name of your app.

## Help/Info
    $ cbaoth --help

***
## 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

***
## Gem Name Info

The name, for those non Star Wars g33ks, comes from the [Timothy Zahn](http://starwars.wikia.com/wiki/Timothy_Zahn) books. The character [Joruus C'baoth](http://starwars.wikia.com/wiki/Joruus_C%27baoth) is a clone of a Jedi, yeah yeah they said you couldn't clone a Jedi.He is a dark Jedi.

C'baoth, or in our case cbaoth, incidentally, is pronounced 'SA-bay-oth'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cbaoth-0.0.9 README.md