create-better-express-api
v1.0.0
Published
A npm runner to create a 'better' node express API application boilerplate using typescript and includes swagger-ui for documentation and some security package for basic security
Downloads
23
Readme
Create Better Express API
Introduction
- A npm runner for creating boilerplate by Better Express API Structure project.
Usage
- To generate the starter boilerplate, please run command
# with npx
npx create-better-express-api name_of_app
Note : Installing the package globally will not be updated automatically if a new version is available.
Next Steps
- Provide more granular control options.
- Make this better with the betterment in the source project.