An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# wren-sharp [![WrenSharp CI](https://github.com/chances/wren-sharp/workflows/WrenSharp%20CI/badge.svg)](https://github.com/chances/wren-sharp/actions)

C# bindings to the [Wren](http://wren.io/) scripting language.

## Testing

[![Code Coverage](https://codecov.io/gh/chances/wren-sharp/branch/master/graph/badge.svg)](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
```