sminstall

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

Usage no npm install needed!

<script type="module">
  import sminstall from 'https://cdn.skypack.dev/sminstall';
</script>

README

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