@capsule-cat/propel-express
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

@capsule-cat/propel-express

Propel Plugin and decorators to supplement Express usage with @capsule-cat/propel-server.

Getting Started

To install the package, run the following command:

npm install --save @capsule-cat/propel-express

This will install the package as a dependency.

Usage

Add the Propel Express plugin to the initialization of the @capsule-cat/propel-forward package.

import { PropelExpressPlugin } from "@capsule-cat/propel-express";
import { init } from "@capsule-cat/propel-forward";

async function main() {
    await init([new PropelExpressPlugin()]);
}

This will add Express to the dependency injection container, and will auto-start an Express server on default port 3000 for you.

/@capsule-cat/propel-express/

    Package Sidebar

    Install

    npm i @capsule-cat/propel-express

    Weekly Downloads

    0

    Version

    0.2.5

    License

    MIT

    Unpacked Size

    41.9 kB

    Total Files

    37

    Last publish

    Collaborators

    • idmontie