0.0.15 • Published 12 months ago

@dep-mgr/cli v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

🔄 @dep-mgr/cli - dependency package manager

License Github last commit (branch) npm npm download

English | 繁體中文 | 简体中文


What is "dep-mgr - dependency package manager"?

"dep-mgr - dependency package manager" provides the following two features:

  • Download dependency packages according to npm/pnpm/yarn lockfile from the specified registry.
  • Push all dependency packages from a specified directory to a specified registry.

The above two features allow you to download all the dependency packages needed for your project to local and push them back to a specified private registry, so that package machines that only have access to a specific registry can download the dependencies needed for your project.

Environment Requirement

  • Node.js ^18.16.0

Installation

npm i -g @dep-mgr/cli

Usage

  • Download dependency packages according to lockfile

    dep-mgr download -h
    
    # Usage: dep-mgr-download [options]
    #
    # Options:
    #   -r, --registry <string>  Specific download packages from which registry
    #   -o, --outDir <string>    Specific download packages to which directory
    #   -d, --depMgr <string>    Specific current project use which dependency manager
    #   -h, --help               display help for command
  • publish dependency package from specified directory to specified registry

    dep-mgr publish -h
    
    # Usage: dep-mgr-publish [options]
    #
    # Options:
    #   -r, --registry <string>  Specific publish packages to which registry
    #   -o, --pkgDir <string>    Specific publish packages directory
    #   -h, --help               display help for command

Contribution

We are loving to you to contribute to this repository. See the detail of contribution methods and specification under CONTRIBUTING

License

dep-mgr - dependency package manager Based on MIT license, licensed under LICENSE

0.0.10

12 months ago

0.0.11

12 months ago

0.0.12

12 months ago

0.0.13

12 months ago

0.0.14

12 months ago

0.0.15

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago