Inspired by Go by Example (Source)
A 📂 folder containing a .csx
, .vb
, .fs
(and .bat
with run instructions) file complete with code and code comments is converted to a corresponding .html
file.
Please raise a new 💡Discussion with any ideas for another example, then MRs are welcome :).
- 📂src
cd src
dotnet build --configuration Release
Locally
dotnet run --project src/dotnetbyexample/dotnetbyexample.csproj
src\dotnetbyexample\bin\Release\net9.0\dotnetbyexample.exe
- 📂docs
dotnet script
https://github.com/dotnet-script/dotnet-script
dotnet tool install -g dotnet-script
dotnet tool list -g
dotnet tool uninstall dotnet-script -g