feat: init project
This commit is contained in:
10
README.md
10
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user