generator-hubot-script-gulp
v0.1.4
Published
Hubot script generator with gulp for yo
Downloads
6
Readme
generator-hubot-script-gulp
This repository forked from: desmondmorris/generator-hubot-script
This generator provides:
- hubot-script based on standard example
- coffeescript
- gulp
- coffeelint
- code coverage (istanbul)
- travis-ci ready
- coveralls ready
- mocha
- sinon
- power-assert
$ tree -I 'node_modules|.idea' -a
.
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .travis.yml
├── LICENSE
├── README.md
├── coffeelint.json
├── gulpfile.coffee
├── index.coffee
├── package.json
├── src
│ └── you-want-to-generate.coffee
└── test
└── you-want-to-generate-test.coffee
Install
npm install generator-hubot-script-gulp -g
mkdir hubot-you-want-to-generate && cd $_
yo hubot-script-gulp
done!
License
generator-hubot-script-gulp
Copyright (c) 2014 sanemat. Licensed under the MIT license
original generator-hubot-script
Copyright 2013 Desmond Morris. Licensed under the MIT license