@bechara-h10/create-express-app
v1.1.0
Published
A project scaffolding tool for Express apps
Downloads
1
Readme
Project Initializer
This is a command-line tool that helps you to quickly set up a new Express project using JavaScript or TypeScript.
Features
- Prompts you for the name of your project
- Lets you choose the language (JavaScript or TypeScript)
- Lets you choose the module type (CommonJS or ESM, if you chose JavaScript)
- Creates your project
Installation
You can create a new Express project by running the following:
npx @bechara-h10/create-express-app