moduleverse

0.1.11 • Public • Published

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

Package Sidebar

Install

npm i moduleverse

Weekly Downloads

2

Version

0.1.11

License

CC-SA-BY-3.0

Unpacked Size

12.3 kB

Total Files

3

Last publish

Collaborators

  • kuy