npm-fast-mirror

1.0.0 • Public • Published

NPM Fast Mirror

npm npm npm github

Fast local npm registry mirror server.

Install

Requires Node.js >= 7.6.0.

npm install npm-fast-mirror -g

Usage

Start server:

npm-fast-mirror [options]

Then set npm to use this registry:

npm set registry http://127.0.0.1:9000

Options

-V, --version      output the version number
-u, --url [url]    url to serve this server
-p, --proxy [url]  npm registry url to proxy
-d, --dir [path]   storage dir path
-h, --help         output usage information

/npm-fast-mirror/

    Package Sidebar

    Install

    npm i npm-fast-mirror

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • cweili