Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Aupajo/hubot-script-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Script Catalog

Lists available scripts from github/hubot-scripts.

Available at http://hubot-script-catalog.herokuapp.com (currently updates once an hour).

Developing

Hubot Script Catalog is built in Ruby with Sinatra, and uses Redis to store the script index.

Installing dependencies

Make sure Redis is installed.

Ruby dependencies are managed with Bundler:

bundle install

Building the index

To build the index, just run:

rake

Running the site

To run the site, run:

ruby app.rb

If you're looking to reload app code on the fly, use shotgun or Pow's always_restart feature.

About

Lists currently available scripts for your Hubot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published