Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmish/urlparser
Turn URLs into statically-typed data
https://github.com/elmish/urlparser
elmish fable
Last synced: about 2 months ago
JSON representation
Turn URLs into statically-typed data
- Host: GitHub
- URL: https://github.com/elmish/urlparser
- Owner: elmish
- License: other
- Created: 2019-11-29T19:51:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T14:29:16.000Z (3 months ago)
- Last Synced: 2024-09-14T05:25:25.941Z (3 months ago)
- Topics: elmish, fable
- Language: F#
- Homepage: https://elmish.github.io/urlParser
- Size: 570 KB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Elmish-urlParser: urlParser extras for Elmish apps.
=======
[![Windows Build](https://ci.appveyor.com/api/projects/status/70805g9py6qx94iy?svg=true)](https://ci.appveyor.com/project/et1975/urlParser) [![NuGet version](https://badge.fury.io/nu/Fable.Elmish.UrlParser.svg)](https://badge.fury.io/nu/Fable.Elmish.UrlParser)Elmish-UrlParser implements parser combinators for turning URLs into strongly-typed data.
For more information see [the docs](https://elmish.github.io/urlParser).
## Installation
```shell
paket add Fable.Elmish.UrlParser
```## Building
With .NET Core SDK v6:
> `fotnet fsi build.fsx`