# dp-style

> Recommanded command lines to install packages :

Latest version **1.0.0** (published 2022-10-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install dp-style
pnpm add dp-style
yarn add dp-style
bun add dp-style
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-10-20 |
| First published | 2022-10-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | dicoperso |

## Links

- npm: https://www.npmjs.com/package/dp-style
- npm.io page: https://npm.io/package/dp-style

## Recent versions

- 1.0.0 (latest) — 2022-10-20

## README

# Install npm packages
Recommanded command lines to install packages :

*will install globally the package*\
npm install -g or --global <package-name>

*will appear in your devDependencies*\
npm install -D or --save-dev <package-name>

*does not update package.json, but you can find installed package in the node_modules folder*\
npm install --no-save <package-name>

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

---
_Source: https://npm.io/package/dp-style · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
