https://github.com/elmish/urlparser
Turn URLs into statically-typed data
https://github.com/elmish/urlparser
elmish fable
Last synced: about 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T10:31:00.000Z (over 1 year ago)
- Last Synced: 2025-03-16T07:34:34.523Z (over 1 year ago)
- Topics: elmish, fable
- Language: F#
- Homepage: https://elmish.github.io/urlParser
- Size: 670 KB
- Stars: 7
- Watchers: 4
- 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.
=======
[](https://ci.appveyor.com/project/et1975/urlParser) [](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`