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

https://github.com/andmos/dotnet-script-example

Examples of dotnet-script in use.
https://github.com/andmos/dotnet-script-example

Last synced: 8 months ago
JSON representation

Examples of dotnet-script in use.

Awesome Lists containing this project

README

          

# dotnet-script-example
Examples of [dotnet-script](https://github.com/filipw/dotnet-script) in use.

dotnet-script is cross-platform and can be run with Docker:
```
$ docker run -v $(pwd):/scripts/ -it andmos/dotnet-script myscript.csx
```