1.0.10 • Published 6 years ago

sminstall v1.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

sminstall

npm install for build machine, make it much faster using cache mechanism

Installation

Either through cloning with git or by using npm (the recommended way):

npm install -g sminstall

Usage

sminstall install the same as 'npm install' command:

sminstall [path to root npm folder | empty for .]

By default, sminstall will only install dependencies (without 'devDependencies'). In some cases you will want to install 'devDependencies'.

This can be done via the command line:

sminstall [path to root npm folder | empty for .] --dev

Clean sminstall cache

sminstall --clean
1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago