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 (@ooneex/app, @ooneex/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:Options
| Option | Description | Default |
|---|---|---|
--name | Application name. | Prompted if omitted |
--destination | Destination path for the generated application. | Prompted if omitted (defaults to the kebab-case name) |