gist-dep-man-2.mp4
The Gist dependency manager is now half alive until I discover how to properly distribute and tell others how to use it, in the meantime you can find quick and dirty instructions below
If this is the first time, run:
dotnet fsi build.fsx
after that your project should be within the dist
directory and can be used as follows
dotnet fsi --compilertool:./dist path/to/script.fsx
<- run a script with the dependency managerdotnet fsi --compilertool:./dist
<- run an fsi session with the dependency manager