@xcript/express
v1.1.2
Published
express nodejs deployment ready template
Maintainers
Readme
@xcript/express
🚀 @xcript/express is a modern CLI tool that helps you quickly scaffold a production-ready Express.js project with sensible defaults and best practices out of the box.
📦 Installation
npm install -g @xcript/express⚙️ Usage
@xcript/expressThis command will create a new directory and initialize a new Express.js project with the following:
- 🧱 Pre-configured Express server
- 📁 Modern folder structure
- 🧪 Basic middleware setup
- 📦 Auto-generated
package.jsonwith customizable fields - 🛠️ Dockerfile for containerization
- 📄
.envsupport
✨ Features
- Simple, clean and modular Express boilerplate
- Interactive CLI for project setup
- Environment variable support
- Easy Docker integration
- NPM script helpers
🏗️ Project Structure
my-app/
├── src/
│ ├── routes/
│ ├── controllers/
│ └── index.js
├── .env
├── Dockerfile
├── package.json
└── README.md🔧 Scripts
npm start # Start the server
npm run dev # Start with nodemon
npm run lint # Run linter🐳 Docker
To build and run the container:
npm run build:docker
npm run start:docker📜 License
MIT © Shiv Shankar Kushwaha
