Skip to main content

Commands

DevInit CLI is designed to be lean and focused. Most of its power lives within the primary interactive command.

Primary Command

devinit

Launches the interactive project visualizer and setup assistant. This is the entry point for all project creations.

devinit

Utility Commands

Note: These commands are part of the standard CLI expectations and provide metadata about your installation.

--version

Displays the current version of the installed devinit-cli.

devinit --version

--help

Displays a quick reference for the CLI and available options.

devinit --help

Future Commands

The DevInit roadmap includes additional commands to manage existing projects, such as:

  • devinit add <module>: Add specific features like Auth or Database to an existing project.
  • devinit list: List supported stacks and templates.

Stay tuned for updates!