MCPcopy
hub / github.com/prisma/prisma / new

Method new

packages/cli/src/bootstrap/Bootstrap.ts:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56export class Bootstrap implements Command {
57 public static new(): Bootstrap {
58 return new Bootstrap()
59 }
60
61 private static help = format(`
62Bootstrap a Prisma Postgres project from scratch or connect an existing one.

Callers 3

runMethod · 0.45
runInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected