We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e0242a8 commit 0c90bbbCopy full SHA for 0c90bbb
app/USAGE
@@ -1,10 +1,11 @@
1
Description:
2
- Scaffolds a 12-factor Swagger enabled ExpressJS application.
+ Scaffolds an API using ExpressJS and OpenAPI 3 (or Swagger 2)
3
+ Features automatic request/resopnse validation, interactive api doc, structured logged, and more.
4
5
Example:
6
yo express-no-stress [appname] [--yarn] [--docker]
7
8
Then:
- Navigate to appname e.g. `cd myapp/`
9
+ Navigate to appname e.g. `cd [appname]/`
10
Run `npm run dev`
11
Browse to http://localhost:3000
0 commit comments