Skip to content

a tool to help with the creation of projects modules and components for graphql, react and react-native.

License

Notifications You must be signed in to change notification settings

0x0000F1/cli-tools

Repository files navigation

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
GitHub Workflow Status GitHub issues GitHub stars GitHub license npm

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

About

a tool to help with the creation of projects modules and components for graphql, react and react-native.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published