reduce_node_modules_size
v3.3.0
Published
减少项目node_modules的大小
Downloads
6
Readme
Descriptions
A tools which can help you optimize yours node_modules
Install
npm install reduce_node_modules_size -D
yarn add reduce_node_modules_size
Usage
You should run this command first!
// in window
get_json --path .\
// in mac
get_json --path ./
when you run this command,you can get node_modules relationship which called relationship.json,in your project root path
// in window
optimize_node_module --path .\
// in mac
optimize_node_module --path ./
when you run this command,terminal will output some message which tell you optimize result.
if system reject optimize,terminal will tell you reason!