express-ts-new-app
v2.0.1
Published
A CLI tool to create a TypeScript Express.js project
Maintainers
Readme
express-ts-new-app
🚀 CLI tool to scaffold an Express + TypeScript project with all the essentials.
✨ Features
- ⚡ Express.js
- 📘 TypeScript
- 🔄 ts-node-dev (for development)
- 🔑 dotenv for environment variables
- ⚙️ Pre-configured scripts
📦 Installation
# Install globally
npm install -g express-ts-new-appOr run directly without installing globally:
npx express-ts-new-app my-app🚀 Usage
express-ts-new-app my-appThis will:
- Create a new project folder
- Copy the template files
- Initialize
package.jsonwith the correct project name - Install dependencies and dev dependencies
- Show you the next steps
🛠 Development (for contributing)
git clone https://github.com/mohammed-abdelhafiz/express-ts-new-app.git
cd express-ts-new-app
npm installYou can test the CLI locally with:
npm link
express-ts-new-app test-app📄 License
MIT
