Skip to content

Commit

Permalink
fix: initial release (#11)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
initial release
  • Loading branch information
daniel-makerx authored Jun 6, 2023
1 parent cec57a9 commit 8519a98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Then to use it
algokitgen-py path/to/application.json path/to/output/client_generated.py
```

Or if you have [AlgoKit](https://github.com/algorandfoundation/algokit-cli) 1.1+ installed

```commandline
algokit generate client path/to/application.json --output path/to/output/client_generated.py
```

## Examples

There are a range of [examples](./examples) that you can look at to see a source smart contract (`{contract.py}`),
Expand Down

1 comment on commit 8519a98

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit_client_generator
   __main__.py220%1–3
   cli.py47470%1–81
   document.py82890%44, 47, 49–50, 55, 69, 74–75
   generator.py459699%22, 117, 263, 787, 961, 976
   utils.py1031288%24, 41–42, 44, 46, 48, 50, 52, 55–56, 77, 106
TOTAL8257591% 

Tests Skipped Failures Errors Time
35 0 💤 0 ❌ 0 🔥 25.488s ⏱️

Please sign in to comment.