文件名称:find-versions-cli:查找字符串中的semver版本
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-01 22:59:49
JavaScript
find-versions-cli 在字符串中查找semver版本: unicorn v1.2.3 → 1.2.3 如果需要查找二进制文件的版本,请查看 。 安装 $ npm install --global find-versions-cli 用法 $ find-versions --help Usage $ find-versions <input> [--first] [--loose] Options --all Return all matches instead of just the first --loose Match non-semver versions like 1.88 Example $ find-versions 'unicorn v1.2.3' 1.2.3 Exits with code 2
【文件预览】:
find-versions-cli-main
----.gitignore(23B)
----package.json(869B)
----cli.js(835B)
----.npmrc(19B)
----test.js(169B)
----.github()
--------workflows()
----license(1KB)
----readme.md(819B)
----.gitattributes(19B)
----.editorconfig(175B)