1.0.0 • Published 2 years ago

dep-mgr v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dep-mgr

English | 中文

dep-mgr is a Node.js script to publish specified packages to a custom registry.

Introduction

The dep-mgr script is used to migrate dependencies from the official npm registry to a specified npm registry.

How to Use

  1. Make sure you have Node.js installed.
  2. Run the following command:
    npx dep-mgr <dependency-name> --registry=<registry url>
  3. Follow the prompts to login to your npm registry.
  4. The script will automatically publish the dependency to the specified registry.

Custom registry