0.1.0 • Published 9 years ago

hubot-blueprint v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-blueprint

Blueprint shares your list of installed hubot scripts with the hubot explore service

See src/blueprint.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-blueprint --save

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

[
  "hubot-blueprint"
]

Sample Interaction

user1>> hubot hello
hubot>> hello!
0.1.0

9 years ago