0.2.0 • Published 2 years ago

@capsule-cat/propel-server v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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();
}
0.2.0

2 years ago

0.1.1

2 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.19

3 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago