Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-hubot-script-gulp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-hubot-script-gulp

Hubot script generator with gulp for yo

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 13 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc