0.0.2 • Published 2 years ago

prisma2keystone v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Prisma2Keystone

A tool for converting prisma schema to keystone schema typescript

This is a proof of concept. More work is needed

Usage

npx prisma2keystone -f "prisma/model.prisma" -o "output/generated.ts" --enum

Contribution

  • Fork this project
  • Create a new branch with the format
    • feat/{gh_username}/{feat_title} OR
    • fix/{gh_username}/{fix_title}
  • Create a pr to master