cmd-shift-s / hubot-unpkg

A hubot script that provieds get the unpkg url of package and will get the message of the new version when the packges is updated.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-unpkg

A hubot script that provieds get the unpkg url of package and will get the message of the new version when the packges is updated.

See src/unpkg.coffee for full documentation.

Installation

run: npm install hubot-unpkg --save

Then add hubot-unpkg to your external-scripts.json:

[
  "hubot-unpkg"
]

Sample Interaction

user1>> unpkg vue
hubot>> https://unpkg.com/vue@2.1.10

NPM Module

https://www.npmjs.com/package/hubot-unpkg

About

A hubot script that provieds get the unpkg url of package and will get the message of the new version when the packges is updated.

License:MIT License


Languages

Language:CoffeeScript 100.0%