npm-fast-installer
v0.0.4
Published
NPM install configuration in top of YAML for fast NPM install usage.
Downloads
5
Readme
See the documentation here on wiki also
Table Of Contents
- Introduction
- Structure of configuration file
- How to init sample configuration file?
- How to run the configuration file?
Introduction
NPM install configuration in top of YAML for fast NPM install usage.
Structure of configuration file
# install dependencies (also we know as simple `npm install`)
dependencies:
# example
express: "latest"
# install devdependencies (also we know as `npm install -D` which contains package for development and build our bundle)
devDependencies:
# install global dependencies (also we know as `npm install -g`)
global:
How to init sample configuration file
You can do like the following for example:
npx npm-fast-installer init pre-commit-installation
How to run the configuration file
You can do like the following for example:
npx npm-fast-installer ./pre-commit-installation.yml