# satimage-generator **Repository Path**: PandaCheng/satimage-generator ## Basic Information - **Project Name**: satimage-generator - **Description**: custom express-generator. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-01 - **Last Updated**: 2024-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # satiamge-generator 此cli在express-generator基础上修改,为方便公司node服务端产品快速构建。 ## Todo 1. 生成微服务项目时修改微服务内程序名称。 ## Feature 1. 更多的配置项。 2. 交互式选项。 3. 可保存客制化的配置。 ## Installation ```sh $ npm i git+https://gitee.com/PandaCheng/satimage-generator.git -g ``` ## Quick Start Create the app: ```bash $ satimate create myapp ``` Install dependencies: ```bash $ npm install ``` Start your Express.js app at `http://localhost:8101/`: ```bash $ npm start ``` ## Command Line Options This generator can also be further configured with the following command line flags. --version output the version number -e, --ejs add ejs engine support --pug add pug engine support --hbs add handlebars engine support -H, --hogan add hogan.js engine support -v, --view add view support (dust|ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade) --no-view use static html instead of view engine -c, --css add stylesheet support (less|stylus|compass|sass) (defaults to plain css) --git add .gitignore -f, --force force on non-empty directory -h, --help output usage information ## License [MIT](LICENSE)