Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minibill/elm-codec-generator
Codec generator (quick 'n dirty)
https://github.com/minibill/elm-codec-generator
Last synced: about 7 hours ago
JSON representation
Codec generator (quick 'n dirty)
- Host: GitHub
- URL: https://github.com/minibill/elm-codec-generator
- Owner: miniBill
- Created: 2021-10-30T16:16:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:24:27.000Z (about 2 months ago)
- Last Synced: 2024-09-18T13:48:05.682Z (about 2 months ago)
- Language: Elm
- Size: 599 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-codec-generator
This is a tool to automatically generate `Codec`s from an Elm file containing the types.
# Running it
```bash
$ yarn start
```