Skip to content

Instantly share code, notes, and snippets.

@PhyrexTsai
Created December 10, 2019 09:44
Show Gist options
  • Save PhyrexTsai/4882598df7b373758ee42b1950640eda to your computer and use it in GitHub Desktop.
Save PhyrexTsai/4882598df7b373758ee42b1950640eda to your computer and use it in GitHub Desktop.

KAIZEN command

kaizen plugins

Plugin management for kaizen

Commands:
  kaizen plugins install [plugin]    Install and add a plugin to your project
  kaizen plugins uninstall [plugin]  Uninstall and remove a plugin to your
                                     project
  kaizen plugins list                Lists all available plugins

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Examples:
  kaizen plugins install
  kaizen plugins uninstall
  kaizen plugins list

Available plugins:

bluzelle - Decentralized database
nkn - Data transmisstion
noia - Decentralized CDN
icon - Blockchain
orbit - Decentralized database
arweave - Decentralized file storage
band - Decentralized data governance
fluence - Decentralized data storage
sia - Decentralized data governance

&

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"] [default:
                                                                        "react"]
  --name, -n      Name of the project                        [string] [required]

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