We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec57a9 commit 8519a98Copy full SHA for 8519a98
README.md
@@ -33,6 +33,12 @@ Then to use it
33
algokitgen-py path/to/application.json path/to/output/client_generated.py
34
```
35
36
+Or if you have [AlgoKit](https://github.com/algorandfoundation/algokit-cli) 1.1+ installed
37
+
38
+```commandline
39
+algokit generate client path/to/application.json --output path/to/output/client_generated.py
40
+```
41
42
## Examples
43
44
There are a range of [examples](./examples) that you can look at to see a source smart contract (`{contract.py}`),
0 commit comments