tdp-tools
v1.0.2
Published
a cli tool for the delta project
Downloads
6
Maintainers
Readme
tdp-tools
a tool to help with the creation of graphql-tools based modules and projects that takes advantage of the schema stitching capabilities of @graphql-tools/schema and @graphql-tools/load
and soon to be added: React components and projects that follow tdp's design patterns
how to use
creating a new project
go to your project's directory and invoke the tool in your terminal
tdp-tools
answer the questions and you'll be good to go. or:
tdp-tools --project myproject
or with typeorm:
tdp-tools --project myproject --typeorm
creating a module
go to your project's directory and invoke the tool in your terminal:
tdp-tools
answer the questions and you'll be good to go.
or:
tdp-tools --module Account
or with typeorm:
tdp-tools --module Account --typeorm