chore: updated readme and package b3b2d3a4
Steve · 2025-08-16 21:57 3 file(s) · +9 −10
README.md +7 −9
1 1
# atlas
2 2
3 -
To install dependencies:
3 +
![cover](./cover.png)
4 4
5 -
```bash
6 -
bun install
7 -
```
5 +
A CLI for exploring ENS
8 6
9 -
To run:
7 +
## Installation
10 8
11 -
```bash
12 -
bun run index.ts
13 -
```
9 +
## Usage
14 10
15 -
This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
11 +
## Development
12 +
13 +
## Feedback
cover.png (added) +0 −0

Binary file — no preview.

package.json +2 −1
1 1
{
2 -
	"name": "ens-atlas",
2 +
	"name": "@stevedylandev/atlas",
3 +
	"version": "0.0.1",
3 4
	"module": "index.ts",
4 5
	"type": "module",
5 6
	"bin": {