0.2.5 • Published 11 months ago

@capsule-cat/propel-express v0.2.5

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

@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.

0.2.5

11 months ago

0.2.3

1 year ago

0.2.4

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago