Skip to content

Commit

Permalink
Add examples to README
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko authored May 10, 2024
1 parent 745afbc commit a30c6f7
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 @@ -17,6 +17,14 @@ npm i mono-openapi

## Examples

You can run examples with:

```bash
npm run build
npm run examples:personal
npm run examples:acquiring
```

https://github.com/DemianParkhomenko/mono-openapi/blob/8784156ba3a849cb1e2de370cf1d5a3761291930/examples/personal.ts#L7-L10

https://github.com/DemianParkhomenko/mono-openapi/blob/8784156ba3a849cb1e2de370cf1d5a3761291930/examples/acquiring.ts#L27-L41

0 comments on commit a30c6f7

Please sign in to comment.