文件名称:licenselint:找出您正在使用的许可证
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-27 03:21:02
JavaScript
许可证 找出您正在使用的许可证 安装 在下载 node 并安装它,如果你还没有的话。 npm install licenselint --save 测试 npm install npm test > licenselint@0.0.1 test /Users/daijiro.wachi/Development/licenselint > node test.js [ { "name": "read-package-json", "license": "ISC", "version": "1.3.3" }, { "name": "commander", "license": "MIT", "version": "2.8.1" } ] 依赖关系 :node.js 命令行程序的完整解决方案 :npm 用来读取具有语义、默认值和
【文件预览】:
licenselint-master
----.gitignore(587B)
----package.json(782B)
----bin()
--------licenselint.js(253B)
----.travis.yml(61B)
----test.js(378B)
----README.md(1KB)
----lib()
--------index.js(1KB)