npm.io
0.1.11 • Published 3 years ago

moduleverse

Licence
CC-SA-BY-3.0
Version
0.1.11
Deps
5
Size
12 kB
Vulns
12
Weekly
0

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
})