Socket
Socket
Sign inDemoInstall

babel-hubot

Package Overview
Dependencies
141
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    babel-hubot

Minimalistic Hubot wrapper that allows to write scripts using power of ES2015


Version published
Maintainers
1
Install size
2.63 kB
Created

Readme

Source

babel-hubot npm version

Minimalistic Hubot wrapper that allows to write scripts using power of ES2015.

Installation

Install (for Babel < 6, use npm install babel-hubot#0.1 babel#5 --save):

npm install babel-hubot babel-core --save

Open local bin/hubot and replace regular hubot binary with babel-hubot wrapper:

--- a/bin/hubot
+++ b/bin/hubot
@@ -3,4 +3,4 @@
 npm install
 export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"

-exec node_modules/.bin/hubot "$@"
+exec node_modules/.bin/babel-hubot "$@"

License

ngrok-daemon is released under the MIT License.

FAQs

Last updated on 12 Nov 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc