nzpm
v0.2.4
Published
Severely optimised Node package manager
Downloads
3
Readme
NZPM
Severely optimised NodeJS package manager, based on NPM and Yarn.
Usage
Command Line
npm install nzpm -g
Install Package(s)
nzpm --install=package1,package2,...,packageN
API
NZPM can also be installed as a local dependency and used as an API.
npm install nzpm --save-dev
const nzpm = require("nzpm");
nzpm.install("package", "./destination");
Build & Test
When building the project, a folder named dist/
will be created if it does not
already exist, where the compiled code will be outputted to. Type declaration
files will also be generated and outputted to the dist/
folder.
npm install # Installs dependencies.
npm run build # Build the project.
This package uses Gulp for building, and Chai and Mocha for testing.
npm test # Run tests.
License
Refer to the LICENSE
file for license information.