Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

sanemat/generator-hubot-script-gulp

Repository files navigation

generator-hubot-script-gulp

NPM version Build Status Dependency Status Coverage Status

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