add version and change readme

This commit is contained in:
artie 2025-09-18 01:25:57 +02:00
parent 2d719c769c
commit 0cd70df807
2 changed files with 3 additions and 10 deletions

View File

@ -1,15 +1,7 @@
# itame # itame
To install dependencies: Usage:
```bash ```bash
bun install itame --help
``` ```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.22. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.

View File

@ -1,5 +1,6 @@
{ {
"name": "itame", "name": "itame",
"version": "0.1.0",
"module": "index.ts", "module": "index.ts",
"type": "module", "type": "module",
"private": true, "private": true,