Skip to content

robosek/dotnet-template-fsi-paket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FsiPaket dotnet template

Installation

  1. dotnet new -i <FILE_SYSTEM_DIRECTORY>
  2. .paket/paket.exe install (on windows)/ mono .paket/paket.exe install (on linux).
  3. If some additional package is desired add it to paket.dependencies.
  4. Don't forget to reference libs in Program.fsx.
  5. Have fun with F# scripting!

About

dotnet template with fsx file and paket ready to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages