@expressots/cli 4.0.0
- Support for environment variable EXPRESSOTS_TEMPLATE_REF to override template reference
- expressots new scaffolds from the expressots/templates#v4.0.0 tag, so the CLI and templates always move together
- Enable strictNullChecks
- Implement deterministic template-ref resolution with tested degit invocation
- Node.js >= 20.19.0 required
- Remove unused dependencies and decorator flags
From expressots-cli
ExpressoTS CLI 4.0.0 — stable release.
expressots new scaffolds from the expressots/templates#v4.0.0 tag, so the CLI and templates always move together (override with EXPRESSOTS_TEMPLATE_REF).
Highlights
- Project scaffolding (application, application-with-events via
-e, micro), generators for every v4 schematic, dev server, containerize, CI/CD, OpenAPI emit, cost estimates strictNullChecksenabled; unused dependencies and decorator flags removed- Deterministic template-ref resolution with tested degit invocation
Breaking changes
- Node.js >= 20.19.0 required
Full details in CHANGELOG.md.