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.
- Host: GitHub
- URL: https://github.com/andmos/dotnet-script-example
- Owner: andmos
- License: mit
- Created: 2018-01-18T19:30:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T16:21:47.000Z (almost 8 years ago)
- Last Synced: 2025-05-08T23:52:53.363Z (8 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```