void-expressjs-setup
v1.0.4
Published
CLI made to clone and install dependencies of the api-starter repo
Downloads
25
Maintainers
Keywords
Readme
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:
- Clone the VOID Express.js Starter repository. (https://github.com/LilVoidx/void-api-starter)
- Install dependencies.
- Set up your project structure.
✨ Features
- Pre-configured Express.js with PostgreSQL.
- Built-in logging with Winston.
- Environment variable management using
.env
. - Security setup with CORS & Helmet.
🛠️ Usage
Create a new project:
npx void-expressjs-setup my-project-name
Navigate to your project:
cd my-project-name
Start the server:
npm start
📦 License
MIT