Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.