0.2.0 • Published 1 year ago

@capsule-cat/propel-server v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.1.1

1 year ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.19

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago