npm module generator:NPM模块生成器
npm-模块-生成器NPM模块生成器。灵感来自约曼。安装用做: $ npm install npm-module-generator -g用法为了拥有默认值,您需要在.npmrc定义一些设置: $ npm config set init.author.name " Your Name " $ npm config set init.author.url " http://your-website.com " $ npm config set init.author.email " your@email.com " $ npm config set init.author.github " your-github-username "生成模块骨架: $ mkdir your-project && cd your-project $ npm-module执照麻省理
文件列表
npm-module-generator-master.zip
(预估有个25文件)
npm-module-generator-master
lib
prompt.js
2KB
utils.js
1KB
generate.js
2KB
.npmignore
13B
.travis.yml
18B
LICENSE
1KB
test
generate.js
3KB
暂无评论