Skip to content

Commit

Permalink
chore(doc): update document.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 12, 2021
1 parent ee79c18 commit 02ba135
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tsbb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ $ npm create tsbb my-app -e express
# or npx
$ npx create-tsbb my-app -e koa

# npm 6.x
$ npm init tsbb my-app --example express-typeorm
# npm 7+, extra double-dash is needed:
$ npm init tsbb my-app -- --example express-typeorm

$ cd my-project

$ npm run watch # Listen compile .ts files.
Expand Down

0 comments on commit 02ba135

Please sign in to comment.