This package has been deprecated

Author message:

move to @build-script

@idlebox/package-manager
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Universal Node Package Manager

wrapper for several different package manager

unpm install a b c d

invoke command command when install condition
npm npm install a b c package-lock.json exists
yarn yarn add a b c yarn.lock exists
pnpm pnpm install a b c pnpm-lock.yaml exists
rush rush add --caret -p a -p b -p c rush.json exists in any parent directory

Supported command:

  • unpm install/i/add/a <...package-name>
  • unpm install/i/add/a --dev/-d <...package-name>
  • unpm uninstall/un/remove/rm/erase <...package-name>
  • unpm run/r package-script
  • unpm init

Any other command/options will direct pass to the package manager.

do not support:

  • unpm --dev install xxxx
  • global install package

/@idlebox/package-manager/

    Package Sidebar

    Install

    npm i @idlebox/package-manager

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    51.3 kB

    Total Files

    65

    Last publish

    Collaborators

    • gongt