@entrylabs/epm

0.0.5 • Public • Published

epm

Install the npm package wherever you want

Installation

$ npm install --global @entrylabs/epm

Usage

epm install [packages]
Usage: epm [options] [command]

Options:
  -v, --version     output the current version
  -d, --dir <path>  Where to Install the Package (default: "entry_modules")
  -h, --help        output usage information

Commands:
  install           Install the npm package.
  i                 Install the npm package.

Use epackage.json

If the package.json exists in the location where the epm runs, the package corresponding to the package.json is installed.

{
  "directory": "<path>",
  "dependencies": {
    "react": "16.12.0"
  }
}
  • directory
    • Location of packages to be installed
  • dependencies
    • List of packages to install

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @entrylabs/epm

Weekly Downloads

3

Version

0.0.5

License

MIT

Unpacked Size

9.99 kB

Total Files

4

Last publish

Collaborators

  • entrydev
  • extracold1209
  • kimorkim
  • prisml
  • wkdql009