1.0.4 • Published 9 months ago

void-expressjs-setup v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

VOID Express.js Setup CLI ⚡️

Effortlessly set up a new Express.js project with PostgreSQL using the VOID Express.js Starter.

🚀 Quick Start

Run the following command to create a new project:

npx void-expressjs-setup my-project-name

This will:

✨ Features

  • Pre-configured Express.js with PostgreSQL.
  • Built-in logging with Winston.
  • Environment variable management using .env.
  • Security setup with CORS & Helmet.

🛠️ Usage

  1. Create a new project:

    npx void-expressjs-setup my-project-name
  2. Navigate to your project:

    cd my-project-name
  3. Start the server:

    npm start

📦 License

MIT