Skip to content
  • Sponsor cdimascio/generator-express-no-stress

  • Notifications You must be signed in to change notification settings
  • Fork 82

Commit 0c90bbb

Browse files
committedJul 19, 2020
update USAGE
1 parent e0242a8 commit 0c90bbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎app/USAGE

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Description:
2-
Scaffolds a 12-factor Swagger enabled ExpressJS application.
2+
Scaffolds an API using ExpressJS and OpenAPI 3 (or Swagger 2)
3+
Features automatic request/resopnse validation, interactive api doc, structured logged, and more.
34

45
Example:
56
yo express-no-stress [appname] [--yarn] [--docker]
67

78
Then:
8-
Navigate to appname e.g. `cd myapp/`
9+
Navigate to appname e.g. `cd [appname]/`
910
Run `npm run dev`
1011
Browse to http://localhost:3000

0 commit comments

Comments
 (0)
Please sign in to comment.