nzpm
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

NZPM

NPM LICENSE

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.

Readme

Keywords

Package Sidebar

Install

npm i nzpm

Weekly Downloads

2

Version

0.2.4

License

MIT

Unpacked Size

18.2 kB

Total Files

21

Last publish

Collaborators

  • mgthomas99