tails-cli
TypeScript icon, indicating that this package has built-in type declarations

0.2.10 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tails-cli

Weekly Downloads

0

Version

0.2.10

License

MIT

Unpacked Size

19.6 kB

Total Files

27

Last publish

Collaborators

  • danlecornu
  • jclackett