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
- Host: GitHub
- URL: https://github.com/jmccance/generator-hubot-script-simple
- Owner: jmccance
- Created: 2015-08-17T19:18:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T19:55:07.000Z (almost 9 years ago)
- Last Synced: 2025-10-02T17:53:49.685Z (9 months ago)
- Topics: hubot-scripts, yeoman-generator
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```