Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 832 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 832 Bytes

derpmap

A simple exercise in F# to get json, decode it and then create a CSV file.

Install pre-requisites

Build and run

  1. dotnet tool restore

  2. dotnet paket install

  3. dotnet build src/src.fsproj

  4. dotnet run --project src/src.fsproj

Build and test

  1. dotnet tool restore

  2. dotnet paket install

  3. dotnet build test/test.fsproj

  4. dotnet run --project test/test.fsproj