Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Mar 7, 2023
1 parent b023b1a commit 64bef9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ cd my-monorepo
yarn moker use prettier doctoc semantic-release

# create workspaces
yarn moker add --template express server
yarn moker add --template cra client
yarn moker add --template lib shared
yarn moker add --template bandersnatch cli
yarn moker add server --template express
yarn moker add client --template cra
yarn moker add shared --template lib
yarn moker add cli --template bandersnatch
```

## Features
Expand Down

0 comments on commit 64bef9e

Please sign in to comment.