class AmberCLI::Documentation::NewCommand

Overview

Creating New Applications

The new command creates a new Amber application with a complete directory structure and configuration files.

Usage

amber new [NAME] [options]

Options

Examples

Create a basic application:

amber new my_blog

Create with specific database and template:

amber new my_api -d mysql -t ecr

Create in current directory:

amber new . -d sqlite

Generated Structure

The new command creates:

Defined in:

amber_cli/documentation.cr