更新:灵活的npm依赖项更新工具

时间:2021-02-03 18:51:20
【文件属性】:
文件名称:更新:灵活的npm依赖项更新工具
文件大小:663KB
文件格式:ZIP
更新时间:2021-02-03 18:51:20
nodejs npm yarn package-json dependencies 更新 updates是一个CLI工具,用于检查当前项目的npm依赖关系更新,并可以选择更新package.json 。 它是高度可配置的,通常可以在不到一秒钟的时间内完成。 用法 # install globally npm i -g updates # or install locally as a devDependency and run via `npx updates` npm i -D updates 然后,检查新的更新: updates 当更改令人满意时,更新package.json并重新安装模块: updates -u && npm i 仅在可用更新时重新安装模块:
【文件预览】:
updates-master
----.eslintrc(60B)
----.gitattributes(19B)
----.github()
--------workflows()
----yarn.lock(203KB)
----fixtures()
--------npm()
--------test.json(649B)
--------1500-deps.json(51KB)
--------github()
----test.js(12KB)
----updates.js(24KB)
----.yarnrc(15B)
----LICENSE(1KB)
----screenshot.png(60KB)
----README.md(4KB)
----Makefile(911B)
----.npmrc(35B)
----.editorconfig(208B)
----.gitignore(83B)
----package.json(1KB)

网友评论