From 0cd70df807f31774b9d5c2467cec56a424b4cd46 Mon Sep 17 00:00:00 2001 From: artie Date: Thu, 18 Sep 2025 01:25:57 +0200 Subject: [PATCH] add version and change readme --- README.md | 12 ++---------- package.json | 1 + 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e319b83..7447429 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,7 @@ # itame -To install dependencies: +Usage: ```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. diff --git a/package.json b/package.json index 7aece24..45fe035 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "itame", + "version": "0.1.0", "module": "index.ts", "type": "module", "private": true,