moduleverse
v0.1.11
Published
Facilitates detection, versioning, download, updating and publish of modules for the Logiblock.com IDE.
Downloads
17
Maintainers
Readme
Moduleverse
Facilitates detection, versioning, download, updating and publish of modules for the Logiblock.com IDE.
** Alpha, use at your own risk **
Moduleverse.com is a module exchange platform for projects written with the Logiblock.com IDE.
- Determine the path of an installed module for version constraints
- Documentation to be embellished upon later
Installation
npm install moduleverse
Usage
var moduleverse = require("moduleverse");
var updater = new moduleverse.ModuleUpdater("/path/to/modules/", "owner", "moduleName", ">1.0");
updater.then(function(installedDir)
{
//complete, installed in installedDir
})