JSPM

void-expressjs-setup

1.0.4
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q44714F
    • License MIT

    CLI made to clone and install dependencies of the api-starter repo

    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:

    ✨ 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