16 lines
248 B
Markdown
16 lines
248 B
Markdown
# Alveo
|
|
|
|
Alveo is a lightweight example of DI (Dependency Injection) container for TypeScript and JavaScript projects, designed to be simple and easy to use.
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run test:
|
|
|
|
```bash
|
|
bun test.ts
|
|
```
|