generator-hubot-script-gulp

Hubot script generator with gulp for yo

Usage no npm install needed!

<script type="module">
  import generatorHubotScriptGulp from 'https://cdn.skypack.dev/generator-hubot-script-gulp';
</script>

README

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