Skip to main content
Module

x/typeorm/src/commands/EntityCreateCommand.ts>EntityCreateCommand

Forked from https://github.com/typeorm/typeorm
Latest
class EntityCreateCommand
implements [yargs.CommandModule]
import { EntityCreateCommand } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/commands/EntityCreateCommand.ts";

Generates a new entity.

Properties

command: string
describe: string

Methods

builder(args: yargs.Argv)
handler(args: yargs.Arguments)

Static Methods

protected
getTemplate(name: string): string

Gets contents of the entity file.