An open API service indexing awesome lists of open source software.

https://github.com/jmccance/generator-hubot-script-simple

A simple Yeoman generator for Hubot scripts
https://github.com/jmccance/generator-hubot-script-simple

hubot-scripts yeoman-generator

Last synced: 5 months ago
JSON representation

A simple Yeoman generator for Hubot scripts

Awesome Lists containing this project

README

          

# generator-hubot-script-simple

A simple Yeoman generator for Hubot scripts. Currently provides templates for CoffeeScript and JavaScript.

## Usage

Install the generator and Yeoman:

```
npm install -g yo bower grunt-cli gulp
npm install -g generator-hubot-script-simple
```

Note that you may need to `sudo` in order to run `npm install -g` on your machine.

Then create a new directory and create your script:

```
mkdir my-script
cd my-script
yo hubot-script-simple
```