add-pkg

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i add-pkg

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

9.92 kB

Total Files

23

Last publish

Collaborators

  • nzws_me
  • yuzulabo
  • nzws-publisher