FSUtil helps with many things, like creating F# projects, running F# projects
editing F# scripts, installing F# frameworks and installing F# packages
1. Download the fsutil-installer
2. In your terminal go to the directory of the installer and type "chmod +x fsutil-installer"
3. Type "./fsutil-installer"
4. You can start using FSUtil!
help -- shows this new -- creates a new project (ex: fsutil new project-name project-framework (for the project framework console is recommended for beginners)) run -- runs a project (ex: fsutil run path/to/project/project-name) edit -- opens the editor (ex: fsutil edit path/to/file/ file-name.txt) install -- installs a framework (ex: fsutil install framework-name) add-pak -- adds a package the a project (ex: fsutil add-pak path/to/project/project-name package-name)
1. Python 3
2. .NET