npmlint:[不推荐使用]整理您的npm包裹 源码
不推荐使用 这是我很久以前进行的代码转储,但从未有时间完成。 有很多事情本可以做得更好。 npmlint 整理你的npm包 确保您的包裹是独角兽。 安装 $ npm install --global npmlint 用法 转到您要处理的软件包,然后运行npmlint 。 API $ npm install --save npmlint const npmlint = require ( 'npmlint' ) ; console . log ( npmlint ( ) ) ; //=> ['suggestion', 'another suggestion'] 开发人员 您可以通过cd进入t
文件列表
npmlint-main.zip
(预估有个21文件)
npmlint-main
.travis.yml
43B
index.js
1006B
test.js
52B
reporters
json.js
69B
default.js
466B
tap.js
368B
get-reporter.js
719B
package.json
923B
暂无评论