tails
tails copied to clipboard
CLI for generating TypeGraphQL + TypeORM backend code
tails
CLI for generating TypeGraphQL + TypeORM backend code
- Install
- Commands
Install
$ yarn global add tails-cli
Commands
-
tails help [COMMAND]
-
tails scaffold
tails scaffold
If user
is supplied to the first prompt, it will generate these files in src/modules
modules/
user.entity.ts
user.resolver.ts
user.service.ts
user.repository.ts
inputs/
createUser.input.ts
updateUser.input.ts
It provides basic CRUD actions broken up into organized services.
If firstName:string lastName:string
is supplied to the second prompt, these fields will be added to the entity and input files along with their types.
USAGE
$ tails scaffold
tails help [COMMAND]
display help for tails
USAGE
$ tails help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI