Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 696 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 696 Bytes

Gist Dependency Manager for F# interactive

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

Quick And Dirty Test

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 manager
  • dotnet fsi --compilertool:./dist <- run an fsi session with the dependency manager