What's this?
add-pkg provides some package manager installation commands in one command. β¨οΈ
For example, you can write in one line how to install your package.
π Before:
npm install <your-package> # npm
yarn add <your-package> # yarn
# another command...
β¨ After:
npx add-pkg <your-package>
Supporting package managers
Isn't your favorited package manager listed here? Please create issue/PR here!
π
Usage
dependencies
Install to npx add-pkg <your-package>
devDependencies
Install to -d
or-D
or--dev
npx add-pkg <your-package> -d
Install to global
-g
or-G
or--global
npx add-pkg <your-package> -g
dry-run
Run Check the command to be executed
npx add-pkg <your-package> --dry-run
Priority of the package manager
- A package manager that is installed and also has a lockfile
- Installed package manager (npm excluded)
- npm
License
- code: MIT
- icon: Icon made by Freepik from www.flaticon.com