Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/notaphplover/inversify-esm-optional-injection-example
- Owner: notaphplover
- Created: 2024-11-26T13:43:40.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-26T13:48:32.000Z (about 2 months ago)
- Last Synced: 2024-11-26T14:35:40.011Z (about 2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```