1.0.1 • Published 4 years ago

add-pkg v1.0.1

Weekly downloads
25
License
MIT
Repository
github
Last release
4 years ago

img

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

Install to dependencies

npx add-pkg <your-package>

Install to devDependencies

  • -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

Run dry-run

Check the command to be executed

npx add-pkg <your-package> --dry-run

Priority of the package manager

  1. A package manager that is installed and also has a lockfile
  2. Installed package manager (npm excluded)
  3. npm

License

  • code: MIT
  • icon: Icon made by Freepik from www.flaticon.com
1.0.1

4 years ago

1.0.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago