CodeGen Docs are under development and will be available soon
logoCodeGen

CodeGen CLI

Use CLI to quickly generate pre-built templates.

To use the codegen-cli you have to use cgen shorthand command. The syntax is.

cgen [options] [command]

Note: The codegen CLI is stil in development. More features will be added.

Command


init

Use init command to initialize configure and create a new project.

The init command will ask you few questions to configure your project and create a new project it will configure and install required dependencies.

cgen init

The cgen is shorthand command for codegen

Options

Usage: codegen [options]
 
Options:
  -v, --version   Display the current version
  -h, --help      display help for command

On this page

Edit on GitHub