Skip to content

Commit

Permalink
docs: README に plop を利用したコード生成の手順を記載
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Feb 16, 2024
1 parent b640ee8 commit dfb2f80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ After git clone, run the following command
$ make bs
```

### Add template

You can generate code from a template using plop by executing the following command.

```shell
$ bun plop
```

## Development Environment

TBD
Expand Down

0 comments on commit dfb2f80

Please sign in to comment.