Skip to content

Commit fb54ed7

Browse files
committed
update readme
1 parent e4f165d commit fb54ed7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![npm](https://img.shields.io/npm/v/abigenjs.svg)](https://www.npmjs.com/package/abigenjs)
2+
13
## AbigenJS
24

35
Generate Go bindings from artifacts via abigen.wasm compiled from [Abigen](https://geth.ethereum.org/docs/tools/abigen), without requiring the Go toolchain.
@@ -16,7 +18,7 @@ This package includes:
1618
### CLI Usage
1719

1820
```bash
19-
abigenjs [-o <outDir>] [-v <v1|v2>] [--deployable] [--abigen-path <path>] [--verbose|--quiet] [--clean] <paths to JSONs/dirs...>
21+
abigenjs <paths to JSONs/dirs...> [-o <outDir>] [-v <v1|v2>] [--deployable] [--abigen-path <path>] [--verbose|--quiet] [--clean]
2022
```
2123

2224
- **Defaults**: `-o generated-types/bindings`, `-v v2`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)