feat: init project

This commit is contained in:
M1000fr
2026-01-10 17:27:30 +01:00
parent d02e52aed5
commit 00fb21c558
22 changed files with 957 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
# core
# 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:
@@ -6,10 +8,8 @@ To install dependencies:
bun install
```
To run:
To run test:
```bash
bun run index.ts
bun test.ts
```
This project was created using `bun init` in bun v1.3.3. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.