Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haf/canopy-fsx
The script/fsx version of canopy. No need for Visual Studio.
https://github.com/haf/canopy-fsx
Last synced: about 1 month ago
JSON representation
The script/fsx version of canopy. No need for Visual Studio.
- Host: GitHub
- URL: https://github.com/haf/canopy-fsx
- Owner: haf
- Created: 2014-05-02T16:50:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-02T18:01:20.000Z (over 10 years ago)
- Last Synced: 2024-10-19T21:20:02.142Z (2 months ago)
- Language: F#
- Size: 23.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
canopy-fsx
==========The script/fsx version of canopy. No need for Visual Studio.
1. I'm assuming you know how to use `fsi`.
2. Clone the repo.
3. If you're on Mac (assuming you've installed Mono MRE, F#, and have `fsi` mapped in your path), run:
`fsi program.fsx`
4. If you're on Windows (assuming you have fsi.exe in your path). First rename `chromedriver.exe.windows` to `chromedriver.exe`, run:`fsi.exe program.fsx`