0.9.0 • Published 4 years ago

aih-codegen v0.9.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Aih Codegen

Generate graphql schema and resolver code

Usage

$ npm install -g aih-codegen
$ aih COMMAND
running command...
$ aih (-V|--version)
0.0.1
$ aih --help
  Usage: aih [command] [options]
  Generate graphql code
...

Commands

aih codegen:schema

Generate schema

USAGE
  $ aih codegen:schema

OPTIONS
  -c, --config=config                    Path to your config file
  -o, --output=output                    Path to store generate schema file

aih codegen:resolver

Generate resolver

USAGE
  $ aih codegen:resolver

OPTIONS
  -c, --config=config                    Path to your config file
  -o, --output=output                    Path to store generate resolver file

aih codegen:app

Generate schema and resolver

USAGE
  $ aih codegen:app

OPTIONS
  -c, --config=config                    Path to your config file
  -s, --soutput=soutput                  Path to store generate schema file
  -r, --routput=routput                  Path to store generate resolver file
0.9.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago