https://github.com/elm-land/elm-land
A production-ready framework for building Elm applications.
https://github.com/elm-land/elm-land
elm land
Last synced: 16 days ago
JSON representation
A production-ready framework for building Elm applications.
- Host: GitHub
- URL: https://github.com/elm-land/elm-land
- Owner: elm-land
- License: bsd-3-clause
- Created: 2022-05-05T23:33:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T18:40:43.000Z (about 2 months ago)
- Last Synced: 2025-04-08T16:52:28.594Z (21 days ago)
- Topics: elm, land
- Language: Elm
- Homepage: https://elm.land
- Size: 39.7 MB
- Stars: 371
- Watchers: 5
- Forks: 47
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ccamel - elm-land/elm-land - A production-ready framework for building Elm applications. (Elm)
- awesome-starred - elm-land/elm-land - A production-ready framework for building Elm applications. (others)
README
# Elm Land
[](https://npmjs.com/package/elm-land) [](https://github.com/elm-land/elm-land/actions/workflows/node.js.yml) [](https://github.com/elm-land/elm-land/blob/main/LICENSE)
[](https://join.elm.land) [](https://twitter.com/elmland_) [](https://www.github.com/elm-land/elm-land)
[](https://elm.land)
## Welcome to our repo!
The code for this GitHub project is broken down into smaller projects:
- __[elm-land](./projects/cli/)__ - The CLI tool, available at [npmjs.org/elm-land](https://npmjs.org/elm-land)
- __[@elm-land/docs](./docs/)__ - The official website, available at [elm.land](https://elm.land)### Tooling
This repo also includes a few tooling projects, separated out for anyone else making tooling for Elm:
- __[@elm-land/elm-error-json](./projects/tooling/elm-error-json/)__ - Render the Elm compiler's JSON error output as full-color HTML or colored ASCII terminal output
- __[@elm-land/codegen](./projects/tooling/codegen/)__ - a lightweight codegen library used internally by the Elm Land CLI