1.0.0 • Published 2 years ago

dp-style v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

1.0.0

2 years ago