Skip to content

xiaocode/tails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tails

CLI for generating TypeGraphQL + TypeORM backend code

oclif Version CircleCI Codecov Downloads/week License

Install

$ yarn global add tails-cli

Commands

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

About

CLI for generating TypeGraphQL + TypeORM backend code

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.2%
  • Batchfile 0.3%