Command-line tool for scaffolding, generating, and deploying ExpressoTS applications.
Documentation Β· CLI Reference Β· Project Board Β· Community
npm i -g @expressots/cliOr scaffold a project without a global install:
npx @expressots/cli new my-appNote: scaffolding fetches templates from expressots/templates at the git tag matching the CLI version (for example, CLI 4.0.0 clones the v4.0.0 templates tag), so the CLI and its templates always move together.
The ExpressoTS CLI creates new projects, generates controllers, use-cases, providers, and modules, manages CI/CD pipelines, Docker and Kubernetes configs, and handles deployment workflows, all from the terminal.
expressots new my-app
expressots generate usecase user/create
expressots devFor guides, API reference, architecture patterns, and examples visit doc.expresso-ts.com.
Welcome to the ExpressoTS community. See the Contributing Guide for how to get involved.
MIT. See LICENSE.