All Projects → NoQuarterTeam → tails

NoQuarterTeam / tails

Licence: other
CLI for generating TypeGraphQL + TypeORM backend code

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to tails

apollo-instagram-clone
Apollogram | A place where you could share photos, like media, and follow peoples.
Stars: ✭ 24 (+9.09%)
Mutual labels:  typeorm, type-graphql
typegraphql-relay
Relay-compliant GraphQL server using TypeGraphQL and TypeORM boilerplate.
Stars: ✭ 55 (+150%)
Mutual labels:  typeorm, type-graphql
Prime
✨Open Source GraphQL CMS
Stars: ✭ 1,675 (+7513.64%)
Mutual labels:  typeorm, type-graphql
ecoleta-api
♻ API of an application to help people find collection points for recycling, made with express, typescript and typeorm - Next Level Week
Stars: ✭ 16 (-27.27%)
Mutual labels:  typeorm
IssueTracker-40
Github IssueTracker Clone Project
Stars: ✭ 18 (-18.18%)
Mutual labels:  typeorm
typegraphql-nestjs
TypeGraphQL integration with NestJS
Stars: ✭ 117 (+431.82%)
Mutual labels:  type-graphql
node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
Stars: ✭ 19 (-13.64%)
Mutual labels:  typeorm
prime-nestjs
A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker.
Stars: ✭ 140 (+536.36%)
Mutual labels:  typeorm
mapet
Muitas pessoas tem bichinhos de estimação, entre eles os mais comuns são gatos e cachorros. Com a correria do dia a dia pode acontecer deles acabarem escapando, e ai aonde divulgar para ajudarem a encontrá-lo o mais rápido possível? Redes Sociais? WhatsApp? Pensando nisso criamos o mapet, um mapa que você indica aonde seu pet foi visto pela últi…
Stars: ✭ 15 (-31.82%)
Mutual labels:  typeorm
api-server-nodejs
Nodejs API Server - Express / SQLite / TypeORM | AppSeed
Stars: ✭ 171 (+677.27%)
Mutual labels:  typeorm
typeorm-factories
Create factories for your TypeORM entities. Useful for NestJS applications
Stars: ✭ 43 (+95.45%)
Mutual labels:  typeorm
sf-nest-admin
🚀 基于NestJs + TypeScript + TypeORM + Redis + MySql + Vue2 + Element-UI编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 125 (+468.18%)
Mutual labels:  typeorm
typeplate
REST API boilerplate with Typescript, Express.js, Typeorm and Mocha.
Stars: ✭ 268 (+1118.18%)
Mutual labels:  typeorm
microservice-template
📖 Nest.js based microservice repository template
Stars: ✭ 131 (+495.45%)
Mutual labels:  typeorm
nest-serve
使用 Nestjs 8.x 以微服务方式开发的基础管理后台服务,并搭配 React 开发的管理后台前端(可自行根据 swagger 的接口开发对应的管理后台前端)
Stars: ✭ 97 (+340.91%)
Mutual labels:  typeorm
node-ts-api-base
REST API boilerplate made with Express + NodeJS
Stars: ✭ 87 (+295.45%)
Mutual labels:  typeorm
car-assembly
基于Vue3.0+WebGL+Nestjs搭建的汽车组装演示系统
Stars: ✭ 44 (+100%)
Mutual labels:  typeorm
babel-example
Example how to use TypeORM with JavaScript + Babel.
Stars: ✭ 51 (+131.82%)
Mutual labels:  typeorm
nestjs-starter
🚀 Nest framework starter
Stars: ✭ 30 (+36.36%)
Mutual labels:  typeorm
typeorm-factory
Typeorm factory that makes testing easier
Stars: ✭ 28 (+27.27%)
Mutual labels:  typeorm

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].