Documentation
Everything you need to know to get started with AvangCLI tools.
Frontend CLI
Introduction
AvangCLI Frontend is a powerful and flexible command-line interface (CLI) tool designed to accelerate and standardize the development of Next.js projects. It pr...
- •Overview - AvangCLI Frontend
- •When to Use AvangCLI Frontend?
- •Why Use AvangCLI Frontend?
Getting Started
AvangCLI allows you to configure per-project preferences to automate common decisions and speed up your workflow. This guide explains all available configuratio...
- •Configuration
- •Installation and Setup
Commands
The `config` command regenerates the `avangclirc.json` file in the current project directory, automatically detecting the existing Next.js project configuration...
- •Command: config
- •Command: generate
- •Command: init
- +2 more...
Architecture
Modules are the fundamental unit of organization in AvangCLI's architecture. Each module represents a specific feature or domain of your application. This guide...
- •Core Modules
- •Screaming Architecture
Guides
In this module, the best practices for developing modules with AvangCLI will be explained. The correct and incorrect approaches for each case will be shown....
- •Best Practices with AvangCLI
- •Troubleshooting