Skip to content

Commit

Permalink
doc/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rares Ailincai committed May 27, 2023
1 parent 0bb650e commit 8e579c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@

A CLI that adds @map and @@map based on a json

### Installation

### NPM

```
npm install -g @raresail/prisma-mapper
```

### Yarn

```
yarn global add @raresail/prisma-mapper
```

### Features

- Adds `@map` and `@@map`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raresail/prisma-mapper",
"version": "1.5.1",
"version": "1.5.2",
"description": "A CLI that adds @Map, @@Map, @updatedAt based on a json or camel case for the prisma schema",
"main": "bin/index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 8e579c5

Please sign in to comment.