Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Added install command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonex committed Oct 7, 2023
1 parent e4a4d37 commit 89525a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# prisma-generator-seeder

Automaticly seeds your database with dummy data. It will automaticly create each model, and the relations required for
it.
Automaticly seeds your database with dummy data.

It will automaticly create each model, and the relations required for it.

```sh
yarn add prisma-generator-seeder
```

> This generator was bootstraped using
> [create-prisma-generator](https://github.com/YassinEldeeb/create-prisma-generator)
Expand Down
5 changes: 3 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prisma-generator-seeder",
"description": "Provide a description about your generator",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/generator.js",
"license": "MIT",
"bin": {
Expand All @@ -11,7 +11,8 @@
"node": ">=14.0"
},
"files": [
"dist"
"dist",
"src"
],
"scripts": {
"start": "node dist/bin.js",
Expand Down

0 comments on commit 89525a8

Please sign in to comment.