项目作者: 5u4

项目描述 :
🚀 Cli to bootstrap a TypeGraphQL application
高级语言: TypeScript
项目地址: git://github.com/5u4/tgql-cli.git
创建时间: 2019-04-14T19:05:25Z
项目社区:https://github.com/5u4/tgql-cli

开源协议:

下载


Create Type GraphQL App

Install

Run the command to quickly bootstrap a TypeGraphQL application

  1. yarn create tgql-app <project-name>

OR if you use npm

  1. npx create-tgql-app <project-name>