Skip to content

chammanganti/tgql-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgql-make

A simple typegraphql project helper.

Motivation

I always like using a tool that creates a file for me because I am lazy. Also, I got the idea after watching graphql videos of @benawad.

Technology/framework

  • express
  • graphql
  • type-graphql
  • typeorm
  • typescript

Features

This tool generates a base typegraphql project and helps you with creating entities and resolvers.

How to use?

Usage: npx tgql-make [options] [command]

0.0.1

Options:
  -V, --version    output the version number
  -h, --help       display help for command

Commands:
  init <name>      Creates initial typegraphql project
  entity <name>    Generates an entity
  resolver <name>  Generates a resolver
  help [command]   display help for command

Contribute

This project is dumb. Contribute if you want.

Credits

Credits to everyone that made the packages that this project is using, as well as to the tutorials that I watched and read.

License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published