Skip to content

Overview

Overview of the official NestForge editor tooling and CLI workflow.

NestForge also ships with an official CLI and a VS Code extension for driving that workflow from the editor.

Use the CLI when you want the full command surface directly in the terminal. Use the extension when you want guided scaffolding, database commands, environment validation, and workspace-aware shortcuts without leaving VS Code.

  • CLI installation and command workflow
  • new application scaffolding
  • generator workflows
  • database commands and status checks
  • .env validation with quick fixes
  • OpenAPI docs shortcuts
  • Rust utility commands
  • module graph inspection

If you want the command-line workflow, continue with NestForge CLI.

If you want the editor integration guide, continue with VS Code Extension.