build-express
v1.0.0
Published
A CLI tool to scaffold Express.js applications
Maintainers
Readme
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.
