Sha256: e4f794d9988dd8d9d21464c9ffd44f742319b84b291752a03779bbe4a4235c35

Contents?: true

Size: 784 Bytes

Versions: 2

Compression:

Stored size: 784 Bytes

Contents

# Telegrator


## Installation

Telegrator only comes as a CLI application. To install it run:

    $ gem install telegrator


## Usage

You can easily set up a new bot project:

    $ telegrator new foo_bot

This will generate a skeleton like this:
```
foo_bot/
|__ app/
    |__ commands/
    |__ keyboards/
    |__ models/
    |__ services/
    |__ workers/
    |__ commands.rb
    |__ keyboards.rb
    |__ models.rb
    |__ services.rb
    |__ workers.rb
|__ bin/
    |__ bot
|__ config/
    |__ boot.rb
    |__ initializers/
        |__ ...
|__ log/
    |__ .keep
|__ Gemfile
|__ Rakefile
```


## Contributing

Bug reports and pull requests are welcome.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegrator-0.3.2 README.md
telegrator-0.3.1 README.md