Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notaphplover/inversify-esm-optional-injection-example


https://github.com/notaphplover/inversify-esm-optional-injection-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Optional injection example

## Steps to reproduce
1. Install dependencies:
```bash
pnpm i
```
2. Build source code:

```bash
pnpm run build
```

3. Run esm code:

```bash
node ./lib/esm/index.js
```