Package Exports
- void-expressjs-setup
- void-expressjs-setup/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (void-expressjs-setup) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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