Skip to content

Instantly share code, notes, and snippets.

@PhyrexTsai
Created March 17, 2020 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhyrexTsai/989b81637e63daac52872f1bfc89c80f to your computer and use it in GitHub Desktop.
Save PhyrexTsai/989b81637e63daac52872f1bfc89c80f to your computer and use it in GitHub Desktop.

KAIZEN command

kaizen create

Create a kaizen project

Options:
  --help          Show help                                            [boolean]
  --version       Show version number                                  [boolean]
  --template, -t  Build project with template
      [string] [choices: "vue", "react", "react-near", "plain-near", "subgraph"]
                                                              [default: "react"]
  --name, -n      Name of the project                        [string] [required]

Examples:
  kaizen create --template subgraph --name mysubgraph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment