node-prune 是 tj 大神用 go 写的用来删除 node_modules 里不必要的文件(如 .md、.eslintrc)以更快地部署 serverless 应用。这是一个命令行工具,安装之后只需要运行一下 node-prune 就可以删除掉这些文件。本身命令比较简单,因此没有使用到类似 https://github.com/urfave/cli 这种命令行第三方库,直接使...
node-prune 是 tj 大神用 go 写的用来删除 node_modules 里不必要的文件(如 .md、.eslintrc)以更快地部署 serverless 应用。这是一个命令行工具,安装之后只需要运行一下 node-prune 就可以删除掉这些文件。 本身命令比较简单,因此没有使用到类似https://github.com/urfave/cli这种命令行第三方库,直接使用了内...
node-prune:node-prune是一个小型工具,用于修剪来自node_modules的不必要文件,例如markdown,打字稿源文件等。 @ slsplus / node-prune 节点修剪工具,从./node_modules中修剪不必要的文件,例如markdown,打字稿源文件等。 受golan版本启发。 安装 $ npm i @slsplus/node-prune -g 用法 $ np -h Usage: np ...
node-prune Output Before: 135M . After: 112M . License MIT Readme Keywords prune node_modules Install npm inode-prune Repository github.com/tuananh/node-prune 9,983 Version 1.0.2 License MIT Last publish 7 years ago Tryon RunKit Reportmalware...
而每次用个,每npm install一次,都会在node_modules中存留文件,如何往复,时久之外,node_modules目录就会变的臃肿起来。 如: 有一种方法,可以给此项目依赖的三方模块文件夹瘦身,清除掉不再需要的文件。 这个方法,仅一条命令: npm prune 执行后: 显然苗条多了。 命令原理: npm prune此命令的功能是根据package.json...
$ node-prune path/to/node_modules files total 27,330 files removed 3,990 size removed 13 MB duration 200ms Or add to thepackage.jsonscripts field "scripts": { "postinstall": "node-prune" } Why? Releases2 v1.0.1Latest Nov 25, 2017 ...
tuananh/node-prune This repository has been archived by the owner on Feb 9, 2023. It is now read-only. tuananh/node-prunePublic archive NotificationsYou must be signed in to change notification settings Fork8 Star50 MIT license starsforks...
npm-cp-prune 中文文档教程 npm-cp-prune 将node_modules 复制并修剪到新目录 Install $ npm install --save npm-cp-prune Usage npm-cp-prune ./destination -- --production npm prune的标志可以在--。 License 麻省理工学院©
所以,如果你想摆脱devDependencies中指定的node_modules中的模块文件夹,你应该执行 npm prune --...
nodes.prune(); }else{break; } }returnresult; } 代码行数:30,ReorderingHiddenTokenSequencer.java 示例3: testPruneComposite ▲点赞 2▼ importorg.eclipse.xtext.parsetree.reconstr.impl.NodeIterator;//导入方法依赖的package包/类@TestpublicvoidtestPruneComposite()throwsException{ ...