Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelmunoz/gist.dependencymanager.gist
A gist dependency manager for F# Interactive
https://github.com/angelmunoz/gist.dependencymanager.gist
dotnet fsharp fsharp-interactive fsi gists github
Last synced: 14 days ago
JSON representation
A gist dependency manager for F# Interactive
- Host: GitHub
- URL: https://github.com/angelmunoz/gist.dependencymanager.gist
- Owner: AngelMunoz
- Created: 2022-10-09T04:42:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T19:51:41.000Z (about 2 years ago)
- Last Synced: 2024-12-22T04:34:53.535Z (14 days ago)
- Topics: dotnet, fsharp, fsharp-interactive, fsi, gists, github
- Language: F#
- Homepage:
- Size: 2.72 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gist Dependency Manager for F# interactive
https://user-images.githubusercontent.com/8684875/194775636-daff5b4b-3b26-4658-8d10-eece4017823c.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