pkgm

3.3.0 • Public • Published

Pkgm

Build Status

Make it easy to build a package manager for client/node large applications.

How to use it?

Installation

$ npm install pkgm

Load packages

var Pkgm = require("pkgm");
var pkg = require("./package.json");
 
var manager = new Pkgm({
    'engine': "my-engine",
    'version': pkg.version,
    'folder': path.resolve(__dirname, "./packages")
});
 
manager.prepare(pkg.packageDependencies)
.then(function() {
    console.log("package ready and built!");
});

Readme

Keywords

Package Sidebar

Install

npm i pkgm

Weekly Downloads

107

Version

3.3.0

License

none

Last publish

Collaborators

  • fffinkel
  • samypesse