Skip to content

Download the specified NPM package to your local directory, preserving the original file structure. A compressed version of the CSS and JS files will be automatically generated.

License

Notifications You must be signed in to change notification settings

maiyun/package-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Downloader

License NPM stable version NPM development version
GitHub releases GitHub pre-releases GitHub issues

Download the specified NPM package to your local directory, preserving the original file structure. A compressed version of the CSS and JS files will be automatically generated.

Languages

简体中文 | 繁體中文 | 日本語 | 한국어

Installation

You can install it directly through the npm command.

$ npm i package-downloader -g

Or install the latest development version to experience the latest features.

$ npm i package-downloader@dev -g

Usage

After installation, you can use the pkgdl command directly in the current directory. For example, execute the following command:

$ pkgdl @litert/[email protected]

After execution, an npm folder will be generated in the current directory, which will contain version 3.4.9 of the loader library.

Download multiple libraries at once

Just add a space between the libraries to download multiple libraries at the same time, for example:

Download to a specified directory

Use the -p or --path parameter to specify the directory, for example:

$ pkgdl -p sub @litert/[email protected] [email protected]

This will automatically create a sub folder in the current directory, and generate an npm folder within the sub folder.

China Mainland Mirror

If you're using it in China Mainland, you can use the -l or --location option followed by cn to download the mirror package for China Mainland. For example:

License

This library is published under Apache-2.0 license.

About

Download the specified NPM package to your local directory, preserving the original file structure. A compressed version of the CSS and JS files will be automatically generated.

Resources

License

Stars

Watchers

Forks

Packages

No packages published