vbfox / FsJavaProps

Small library to parse Java Property files in F#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FsJavaProps

Join the chat at https://gitter.im/vbfox/FsJavaProps Nuget Package

Installation

The recommended way is via paket or nuget.

For nuget :

nuget install BlackFox.FsJavaProps -ExcludeVersion -OutputDirectory packages

For paket, add nuget BlackFox.FsJavaProps to your paket.dependencies and then to install it :

/.paket/paket.exe install

A zip file containing the latest released version can also be found in the latest GitHub release.

About

Small library to parse Java Property files in F#

License:MIT License


Languages

Language:F# 99.0%Language:Shell 0.6%Language:Batchfile 0.4%