We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106e5e8 commit cd35ec4Copy full SHA for cd35ec4
1 file changed
README.md
@@ -1,36 +1,25 @@
1
-# Your Package Name
+# Taiko DAO CLI Tool
2
3
-Brief description of your CLI tool.
+A lightweight CLI tool for interacting with the Taiko DAO, built with TypeScript and Node.js.
4
5
## Installation
6
7
```bash
8
-npm install -g your-package-name
+git clone https://github.com/taikoxyz/dao-cli taiko-dao-cli
9
+cd taiko-dao-cli
10
+pnpm install
11
```
-
-## Usage
12
+## Build
13
14
-your-command-name
+pnpm build
15
16
17
-## Development
+## Usage
18
19
20
-# Clone the repository
21
-git clone https://github.com/yourusername/your-repo-name.git
22
-cd your-repo-name
23
24
-# Install dependencies
25
-pnpm install
26
27
-# Build the project
28
-pnpm run build
29
30
-# Run locally
31
pnpm start
32
33
34
## License
35
36
-MIT
+???
0 commit comments