NPM 模块收集
Posted cylee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NPM 模块收集相关的知识,希望对你有一定的参考价值。
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 模块收集的主要内容,如果未能解决你的问题,请参考以下文章
带你入门nodejs第二天——http 模块化 npm yarm