Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

66 Commits

Repository files navigation

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

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

About

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

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages