
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
command-plugin
Advanced tools
begin
npm install command-plugin -g
启动
command-plugin gui
安装的时候会通过package.json的bin字段会被打包成二进制文件。这里是脚手架入口
如果你想添加你自己工程化的东西。ts ./ --watch
--1.首先将你的文件放进file 文件夹
--2.修改project.ts的 guiFn 方法和 增加 util/handleEvent.js导出的方法
--3.接下来的测试阶段可以npm link 进行软连接或者去到全局npm包的地方修改project
这是一个js为基础用于代码提交的commander,可以进行比较轻松的进行脚手架和工具类的扩展。在进行提交的时候的可以选择是否更新CHANGELOG文件和是否更新package.json的版本号并且在给出 commit 的 type 和 scope 的指引
COMMIT 的指引: type(scope): message
CHANGELOG: 记录 提交者 | message | version | 提交时间
package.json: 更新version
默认 自增和写入 changelog 和 version
[](https://gitee.com/Electrolux)
command-plugin is developed by me. Please use command-plugin, star it on gitee or even become a sponsor to support us!
FAQs
提交规范和自动化command脚本
We found that command-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.