https://github.com/chances/wren-sharp
C# bindings to the Wren scripting language
https://github.com/chances/wren-sharp
csharp-bindings scripting-language wren
Last synced: 10 months ago
JSON representation
C# bindings to the Wren scripting language
- Host: GitHub
- URL: https://github.com/chances/wren-sharp
- Owner: chances
- License: mit
- Created: 2019-11-26T02:37:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:15:13.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:51:11.651Z (about 1 year ago)
- Topics: csharp-bindings, scripting-language, wren
- Language: C#
- Size: 189 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wren-sharp [](https://github.com/chances/wren-sharp/actions)
C# bindings to the [Wren](http://wren.io/) scripting language.
## Testing
[](https://codecov.io/gh/chances/wren-sharp)
Test coverage via [Coverlet](https://github.com/tonerdo/coverlet#readme) and [ReportGenerator](https://danielpalme.github.io/ReportGenerator/usage.html).
```shell
$ ./cover.sh
```
To run coverage and open results in your default browser, run:
```shell
$ ./cover.sh open
```