0.1.11 • Published 1 year ago

moduleverse v0.1.11

Weekly downloads
61
License
CC-SA-BY-3.0
Repository
-
Last release
1 year ago

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

1 year ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago