1.0.0 • Published 9 months ago

build-express v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Build Express

Build Express is a CLI tool to scaffold Express.js applications quickly with options for JavaScript or TypeScript, routing templates. It runs directly using npx, so there’s no need to install it globally.

Installation

No installation is required. You can run it directly with npx:

npx build-express <project-name>

Templates

  • Basic: Builds a standard Express.js application structure.
  • Routing: Adds a router file and integrates a basic route into the app.
1.0.0

9 months ago