@xcript/express

1.1.2 • Public • Published

@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/express

This 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.json with customizable fields
  • 🛠️ Dockerfile for containerization
  • 📄 .env support

✨ 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

Package Sidebar

Install

npm i @xcript/express

Weekly Downloads

8

Version

1.1.2

License

ISC

Unpacked Size

7.57 kB

Total Files

3

Last publish

Collaborators

  • codessk.scripts