aih-codegen

0.9.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i aih-codegen

Weekly Downloads

10

Version

0.9.0

License

ISC

Unpacked Size

61.6 kB

Total Files

30

Last publish

Collaborators

  • quyencao