AdonisJS Ace CLI commands for building and managing backend applications
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install cli-toolkit@topographic-studio-pluginsComprehensive documentation of the AdonisJS Ace CLI for building, testing, and managing AdonisJS backend applications with TypeScript. ## Introduction Ace is the command-line framework embedded into AdonisJS core. All commands are executed using `node ace` from your project root. ## Basic Usage ## Global Options ## Core Commands ### `serve` Starts the development server with file watching and hot module replacement. ### `build` Creates a production-ready application build. ### `add` Installs and configures a package in one command. ### `configure` Sets up a pre-instal...