Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbfox/foxsharp
Repository of small F# 🦊 utilities, mainly for using with FAKE
https://github.com/vbfox/foxsharp
fake fsharp
Last synced: about 2 months ago
JSON representation
Repository of small F# 🦊 utilities, mainly for using with FAKE
- Host: GitHub
- URL: https://github.com/vbfox/foxsharp
- Owner: vbfox
- License: mit
- Created: 2018-02-15T22:35:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T09:41:56.000Z (almost 4 years ago)
- Last Synced: 2024-12-08T14:37:06.169Z (2 months ago)
- Topics: fake, fsharp
- Language: F#
- Homepage:
- Size: 434 KB
- Stars: 31
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
🦊 Sharp
========[![Github Actions Status](https://github.com/vbfox/FoxSharp/workflows/CI/badge.svg?branch=master)](https://github.com/vbfox/FoxSharp/actions?query=workflow%3ACI)
A collection of .Net NuGet packages that I maintain, developed in F#.
|Badge|Name|Description|
|-----|----|-----------|
|[![Nuget Package](https://img.shields.io/nuget/v/BlackFox.Fake.BuildTask.svg)](https://www.nuget.org/packages/BlackFox.Fake.BuildTask)|[BlackFox.Fake.BuildTask](src/BlackFox.Fake.BuildTask/Readme.md)|Strongly typed Target alternative for FAKE|
|[![Nuget Package](https://img.shields.io/nuget/v/BlackFox.VsWhere.svg)](https://www.nuget.org/packages/BlackFox.VsWhere)|[BlackFox.VsWhere](src/BlackFox.VsWhere/Readme.md)|Visual Studio 2017+ Locator|
|[![Nuget Package](https://img.shields.io/nuget/v/BlackFox.JavaPropertiesFile.svg)](https://www.nuget.org/packages/BlackFox.JavaPropertiesFile)|[BlackFox.JavaPropertiesFile](src/BlackFox.JavaPropertiesFile/Readme.md)|Java .properties file parsing|
|[![Nuget Package](https://img.shields.io/nuget/v/BlackFox.CommandLine.svg)](https://www.nuget.org/packages/BlackFox.CommandLine)|[BlackFox.CommandLine](src/BlackFox.CommandLine/Readme.md)|Command line parsing from string to array and back again|
|[![Nuget Package](https://img.shields.io/nuget/v/BlackFox.PathEnvironment.svg)](https://www.nuget.org/packages/BlackFox.PathEnvironment)|[BlackFox.PathEnvironment](src/BlackFox.PathEnvironment/Readme.md)|Parse and find things on the PATH environment variable|
|[![Nuget Package](https://img.shields.io/nuget/v/BlackFox.CachedFSharpReflection.svg)](https://www.nuget.org/packages/BlackFox.CachedFSharpReflection)|[BlackFox.CachedFSharpReflection](src/BlackFox.CachedFSharpReflection/Readme.md)|Cache the F# reflection API calls results for fast access|