chore: updated readme and package
b3b2d3a4
3 file(s) · +9 −10
| 1 | 1 | # atlas |
|
| 2 | 2 | ||
| 3 | - | To install dependencies: |
|
| 3 | + |  |
|
| 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 |
Binary file — no preview.
| 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": { |