Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightroman/farnet.fsharp.data
FSharp.Data package for FarNet.FSharpFar
https://github.com/nightroman/farnet.fsharp.data
data farmanager farnet fsharp
Last synced: 4 days ago
JSON representation
FSharp.Data package for FarNet.FSharpFar
- Host: GitHub
- URL: https://github.com/nightroman/farnet.fsharp.data
- Owner: nightroman
- License: apache-2.0
- Created: 2020-06-12T14:00:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T09:04:38.000Z (about 1 year ago)
- Last Synced: 2024-05-01T20:40:36.402Z (8 months ago)
- Topics: data, farmanager, farnet, fsharp
- Language: PowerShell
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[/samples]: https://github.com/nightroman/FarNet.FSharp.Data/tree/main/samples
[FarNet.FSharpFar]: https://github.com/nightroman/FarNet/tree/main/FSharpFar
[FSharp.Data]: https://fsprojects.github.io/FSharp.Data/
[FSharp.Data.LiteralProviders]: https://github.com/tarmil/fsharp.data.literalproviders# FarNet.FSharp.Data
This package is designed for [FarNet.FSharpFar] and includes
- [FSharp.Data]
- [FSharp.Data.LiteralProviders]## Installation
- Far Manager
- Package [FarNet](https://www.nuget.org/packages/FarNet)
- Package [FarNet.FSharpFar](https://www.nuget.org/packages/FarNet.FSharpFar)
- Package [FarNet.FSharp.Data](https://www.nuget.org/packages/FarNet.FSharp.Data)How to install and update FarNet and modules:\
https://github.com/nightroman/FarNet#readmeOnce installed, the package is portable with Far Manager and available for F# scripts.
## F# scripts
In your F# script directory create the configuration `*.fs.ini`:
```ini
[use]
%FARHOME%\FarNet\Lib\FarNet.FSharp.Data\FarNet.FSharp.Data.ini
```Scripts normally use one of the following:
```fsharp
open FSharp.Data
open FSharp.Data.LiteralProviders
```This is it. See [/samples].
## See also
- [Release Notes](https://github.com/nightroman/FarNet.FSharp.Data/blob/main/Release-Notes.md)
- [FSharp.Data]
- [FSharp.Data.LiteralProviders]