Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-k-b/json-to-elm-test-values
turn plain JSON into Elm code that can be pasted into your elm-test files.
https://github.com/r-k-b/json-to-elm-test-values
elm elm-test nix
Last synced: about 2 months ago
JSON representation
turn plain JSON into Elm code that can be pasted into your elm-test files.
- Host: GitHub
- URL: https://github.com/r-k-b/json-to-elm-test-values
- Owner: r-k-b
- Created: 2024-09-14T01:36:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T21:24:44.000Z (3 months ago)
- Last Synced: 2024-10-20T00:29:09.666Z (3 months ago)
- Topics: elm, elm-test, nix
- Language: Nix
- Homepage: https://r-k-b.github.io/json-to-elm-test-values/
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# why?
copying raw json into Elm tests as strings is easy, but the string mangling
rapidly becomes painful.# usage
run `direnv allow`, then `just open`.
Must have Nix installed.