0.0.2 • Published 3 years ago

@tdproj/cli-tools v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

cli-tools

a tool to help with the creation of graphql-tools based modules that takes advantage of the schema stitching capabilities of @graphql-tools/schema and @graphql-tools/load

how to use

creating a new project

go to your project's directory and invoke the tool in your terminal

cli-tools

answer the questions and you'll be good to go. or:

cli-tools --project myproject

or with typeorm:

cli-tools --project myproject --typeorm

creating a module

go to your project's directory and invoke the tool in your terminal:

cli-tools

answer the questions and you'll be good to go.

or:

cli-tools --module Account

or with typeorm:

cli-tools --module Account --typeorm