1.0.10 • Published 5 years ago

sminstall v1.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago