Skip to content

Express

Terminal window
tinkerise backend express my-express-api

Use express when you want a familiar Node.js API stack with TypeScript-first generator output.

  • Node.js >=18.0.0
Terminal window
cd my-express-api
bun install
bun run dev

No unified flag mappings are defined for this scaffolder. Pass native args as needed.

  • tinkerise delegates to express-generator-typescript via npx.
  • The command does not use a create subcommand; project name is positional.
  • Passthrough args are supported.
  • Because this is a Node ecosystem scaffolder, it follows your selected package manager and lockfile flow.
  • Native generator options can be passed through after the project name.

You get a structured Express + TypeScript API scaffold, typically including:

  • src/ API structure with route/controller-style starter files
  • TypeScript configuration and build scripts
  • Package scripts for development and production runs
  • Starter middleware and app bootstrap wiring

See full CLI flags: /reference/commands/