totallymike / ircnode

Extensible IRC bot written with node.js
https://github.com/totallymike/ircnode/wiki
MIT License
4 stars 2 forks source link

Plugin installation from command-line #31

Closed sigv closed 11 years ago

sigv commented 12 years ago

The user should be able to install plugins using the bot. My implementation downloads the newest commit information from the ircnode_plugins GitHub repo, then gets the latest tree according to it. Then it uses the tree to get the blobs (files) required.

The current implementation provides uninstall <PLUGIN_NAME>, update <PLUGIN_NAME>, update-all, install <PLUGIN_NAME> and install-all.