https://github.com/ryan-haskell/elm-codegen
an example of how to generate Elm code with Elm (and some NodeJS)
https://github.com/ryan-haskell/elm-codegen
Last synced: 7 months ago
JSON representation
an example of how to generate Elm code with Elm (and some NodeJS)
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-codegen
- Owner: ryan-haskell
- Created: 2020-02-10T15:54:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:42:20.000Z (about 3 years ago)
- Last Synced: 2024-11-27T09:29:31.292Z (about 1 year ago)
- Language: Elm
- Homepage: https://rhg.dev/posts/elm-code-generation
- Size: 74.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codegen with elm
> how to generate Elm with Elm (and NodeJS)
### generating code
```
npm start
```
### running tests
```
npm run test
```
Check out the blog post at [https://rhg.dev/posts/elm-code-generation](https://rhg.dev/posts/elm-code-generation)