5.0.0 • Published 4 years ago

npack v5.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
4 years ago

npack

Build Status

npack - node.js packages manipulation tool. It provides few methods to install new package, fast switch between package versions, clean installed package.

Installation

$ npm install -g npack

alternatively you could install it locally

Usage

You should create npm tarball package first with a command npm pack.

Install package

Go to some directory and run:

$ npack install <path_to_npm_tarball_package>

Package will be installed and will be set as current.

Switch package

You can switch between installed packages with command:

$ npack use <package_name>

Show list and package info

In directory where you previously installed package run:

$ npack list

To show detailed info about package run:

$ npack info <package_name>

Uninstall package

To uninstall installed package run:

$ npack uninstall <package_name>

Execute "npm run" task from current package

To execute npm script with optional agruments run:

$ npack run <script_name>
$ npack run <script_name> arg_1 arg_2
$ npack run <script_name> -- arg_1 --with flag

License

MIT

5.0.0

4 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

4.0.0-alpha.1

5 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

1.1.6

6 years ago

2.0.0

7 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago