npx prisma2keystone -f "prisma/model.prisma" -o "output/generated.ts" --enum
- Fork this project
- Create a new branch with the format
feat/{gh_username}/{feat_title}
ORfix/{gh_username}/{fix_title}
- Create a pr to master
npx prisma2keystone -f "prisma/model.prisma" -o "output/generated.ts" --enum
feat/{gh_username}/{feat_title}
ORfix/{gh_username}/{fix_title}