dp-style

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dp-style

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.49 kB

Total Files

5

Last publish

Collaborators

  • dicoperso