Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcanfield authored Aug 16, 2023
1 parent 56729e5 commit 901593f
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<a href="#prisma-generator-usage">Prisma Generator Usage</a> •
<a href="#options">Options</a> •
<a href="#examples">Examples</a>
</p>
</p>
## CLI Usage
```zsh
Expand Down Expand Up @@ -72,3 +71,22 @@ npx nexquik -schema mySchema.prisma -output myOutputDirectory -exclude ModelOne,
```zsh
npx nexquik -schema mySchema.prisma -output myOutputDirectory -include ModelThree
```
<br></br>
<div align="center">
<!-- NPM version -->
<a href="https://npmjs.org/package/nexquik">
<img src="https://img.shields.io/npm/dt/nexquik"
alt="NPM version" />
</a>
<!-- Build Status -->
<a href="https://github.com/bcanfield/nexquik/actions/workflows/publish.yml">
<img src="https://github.com/bcanfield/nexquik/actions/workflows/publish.yml/badge.svg"
alt="Build Status" />
</a>
<!-- License -->
<a href="https://npmjs.org/package/choo">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue"
alt="Download" />
</a>
</div>

0 comments on commit 901593f

Please sign in to comment.