generator-hubot-script-gulp

0.1.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    1
  • 0.1.3
    0
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i generator-hubot-script-gulp

Weekly Downloads

1

Version

0.1.4

License

MIT

Last publish

Collaborators

  • sanemat