express-boilerplate-v2
v0.0.1
Published
Scaffold an Express.js boilerplate project. You can generate express.js boilerplate code with a single command.
Maintainers
Readme
Express API Creator
How to use
- npx express-boilerplate-v2 create (To create project with auth feature)
- npx express-boilerplate-v2 create name=Project_Name template=JS/TS (default name will be your current directory and template is JS)
- npx express-boilerplate-v2 mcr=Module_Name:field1,field2 (If you will be not provide fields then default field will be name)
