Skip to main content
Scaffolds a complete Talos application at the destination path. It creates the app module (typed as an api) and the shared module, writes the entrypoint, the SharedDatabase, roles.yml, Docker files (docker-compose.yml, Dockerfile, .dockerignore), then runs app:init for the config and tooling, installs the runtime and dev dependencies (@talosjs/app, @talosjs/auth, typeorm, and others), and optionally generates CI/CD files for GitHub, GitLab, or Bitbucket.

Usage

Examples

Run with no flags to be prompted for the application name and destination path:
Create an application non-interactively by passing the name and destination:

Options