add version and change readme
This commit is contained in:
parent
2d719c769c
commit
0cd70df807
12
README.md
12
README.md
@ -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.
|
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user