CLI for generating TypeGraphQL + TypeORM backend code
$ yarn global add tails-cli
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
display help for tails
USAGE
$ tails help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI