@dep-mgr/cli

0.0.3 • Public • Published

🔄 @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 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 download packages from 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

Readme

Keywords

Package Sidebar

Install

npm i @dep-mgr/cli

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

7.53 kB

Total Files

6

Last publish

Collaborators

  • ch.chang