npm.io
1.0.0 • Published 3 years ago

dp-style

Licence
ISC
Version
1.0.0
Deps
0
Size
1 kB
Vulns
0
Weekly
0

Install npm packages

Recommanded command lines to install packages :

will install globally the package
npm install -g or --global

will appear in your devDependencies
npm install -D or --save-dev

does not update package.json, but you can find installed package in the node_modules folder
npm install --no-save

Do not use any other command line since we do not want to update the dependency list in the package.json file. All the modules listed in it will be installed when installing this package, dpstyle.

sass

npm install -g sass

auto-version-js

npm install -g auto-version-js

auto-version-js manages the dpstyle package's version.

Command lines to manage version : npx auto-version --patch # +0.0.1 npx auto-version --minor # +0.1.0 npx auto-version --major # +1.0.0 npx auto-version # no args is equivalent to --patch