Skip to content

yunnysunny/express-tpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-tpl

build status David deps node version

NPM

一个生成 express 项目脚手架的命令行工具。

安装

npm install express-tpl -g

使用

  Usage: express-tpl [options]

  Options:

    -V, --version          output the version number
    -d, --dir [directory]  The directory to save the project (default: .)
    -n, --name [name]      The project name (default: express-tpl)
    -h, --help             output usage information

已知问题

  1. 由于 npm publish 发布时不能携带 .gitignore 文件,所以在模板中将其重命名为 rename.gitignore ,你需要手动将其改名。

协议

MIT