首页 > 其他 > 详细

NPM 模块收集

时间:2018-06-16 11:15:57      阅读:161      评论:0      收藏:0      [点我收藏+]

1、anywhere
npm install anywhere -g
anywhere -h localhost -p 8060

2、inquirer (命令行交互,选择,问答的神器)
https://github.com/SBoudrias/Inquirer.js

3、node-mkdirp (其实一个命令就可以解决的事)

4、joi (似乎是一个验证库)
https://github.com/hapijs/joi

5、execa (child_process 的加强版)
https://github.com/sindresorhus/execa
https://nodejs.org/api/child_process.html

6、shelljs
https://github.com/shelljs/shelljs

7、minimist
https://github.com/substack/minimist

8、locutus (不同语言在js的实现,如php)
https://github.com/kvz/locutus

9、nodemailer
https://github.com/nodemailer/nodemailer

NPM 模块收集

原文:https://www.cnblogs.com/CyLee/p/9189873.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!