![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
elfin-commander
Advanced tools
elfin命令行工具
npm install elfincmd -g
# multirepo工程配置文件初始化
elfincmd external init --multi
# multirepo相关工程克隆
elfincmd external clone --multi
# multirepo相关工程依赖加载
elfincmd external install --multi
- 主工程
- .elfin.external.js
=> elfincmd初始化
- 主工程
- .elfin.external.js
- 依赖工程1
- 依赖工程2
# monorepo工程配置文件初始化
elfincmd external init --mono
# monorepo相关工程克隆
elfincmd external clone --mono
# monorepo相关工程依赖加载
elfincmd external install --mono
# monorepo工程配置文件初始化
elfincmd external init --mono
# monorepo相关工程克隆
elfincmd external clone --mono
# monorepo相关工程依赖加载
elfincmd external install --mono
- 主工程
- .elfin.external.js
=> elfincmd初始化
- 主工程
- externals
- 依赖工程1
- 依赖工程2
- .elfin.external.js
elfincmd hooks commit-msg
配置在package.json中,自动化检测commit msg
npm install husky --save-dev
// package.json
"husky": {
"hooks": {
"commit-msg": "elfincmd hooks commit-msg"
}
},
用以查看常用的文档信息
杂散的个人命令,通过控制台交互式的方式来完成相应的功能
日历ics 生成ics日历文件,可以快速的在系统日历中新建日程
npm link
npm run elfin.init
// TODO 参考Vant-cli使用TS改造 // TODO globby多文件模板文件构建
FAQs
elfin命令行工具
The npm package elfin-commander receives a total of 0 weekly downloads. As such, elfin-commander popularity was classified as not popular.
We found that elfin-commander 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.