prisma-cli

v1.0.8
Prisma is a realtime GraphQL database layer. Connect directly from the frontend or build your own GraphQL server.
prisma graphql backend deployment api server

build

rimraf dist && tsc -d && chmod +x dist/index.js

lint

tslint src/**/*.ts

precommit

lint-staged

prettier

prettier --single-quote --no-semi --trailing-comma all --write '*.ts' 'src/**/*.ts'

Metadata

Downloads