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

0.2.0 • Public • Published

@capsule-cat/propel-server

Set of utilities and pre-made services to quickly get started with writing a server using @capsule-cat/propel-* packages.

Getting Started

To install the package, run the following command:

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

This will install the package as a dependency.

Usage

If you are not using the @capsule-cat/propel-forward package, you can use the propel function to initialize the dependency injection container:

import { propel } from "@capsule-cat/propel-server";

async function main() {
    const instance = propel();

    await instance.init();
}

/@capsule-cat/propel-server/

    Package Sidebar

    Install

    npm i @capsule-cat/propel-server

    Weekly Downloads

    4

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    27.8 kB

    Total Files

    33

    Last publish

    Collaborators

    • idmontie