prisma-editor
v1.0.2
Published
A simple web-based editor for prisma/schema.prisma files via npx.
Readme
How to build and publish to NPM
Clone the other UI dependent repo: https://github.com/asfand-dev/prisma-editor
Generate build: npm run build-for-npx
Copy the
/dist(other project) content into thepublicfolder (in this project)Change npm version: npm version patch
Publish: npm publish
How to run
Run the following script in the Prisma based project: npx prisma-editor@latest The UI should be running at: http://localhost:5566
