0.2.5 • Published 3 years ago

@teip/cli v0.2.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Teip CLI

This is a cli tool to utilise the Teip tools

Installation

yarn add --dev @teip/cli

Usage

In a directory with configured graphql-config file execute

yarn teip generate

This will create .flow type definition files next to .graphql and *.gql files. Alternatively you can provide your own glob pattern:

yarn teip generate **/*.gql