We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807fcb6 commit 7369048Copy full SHA for 7369048
app/USAGE
@@ -1,16 +1,6 @@
1
Description:
2
- Creates a default Swagger enabled ExpressJS app
+ Scaffolds an Express app using Typescript, ExpressJS and OpenAPI
3
+ The applicaiotn features automatic request/response validation, interactive API documentation, structured logging and more!
4
5
Example:
- yo express-no-stress myapp [--yarn]
6
-
7
- This will create:
8
- myapp/.bakpack.config.js
9
- myapp/.env
10
- myapp/.gitignore
11
- myapp/tsconfig.js
12
- myapp/README.md
13
- myapp/index.js
14
- myapp/package.json
15
- myapp/public/
16
- myapp/server/
+ yo express-no-stress myapp [--yarn] [--docker]
0 commit comments