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

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)

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)