Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T21:53:37.000Z (about 1 month ago)
- Last Synced: 2024-10-06T12:13:11.937Z (about 1 month ago)
- Topics: elm, land
- Language: Elm
- Homepage: https://elm.land
- Size: 39.7 MB
- Stars: 350
- Watchers: 5
- Forks: 40
- Open Issues: 10
-
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
[![Npm package version](https://badgen.net/npm/v/elm-land?6)](https://npmjs.com/package/elm-land) [![elm-land](https://github.com/elm-land/elm-land/actions/workflows/node.js.yml/badge.svg?)](https://github.com/elm-land/elm-land/actions/workflows/node.js.yml) [![BSD-3 Clause](https://img.shields.io/github/license/elm-land/elm-land)](https://github.com/elm-land/elm-land/blob/main/LICENSE)
[![Discord](https://badgen.net/discord/members/vnmYFfySbH?icon=discord&label)](https://join.elm.land) [![Twitter](https://badgen.net/badge/icon/twitter?icon=twitter&label&color=00acee)](https://twitter.com/elmland_) [![GitHub](https://badgen.net/badge/icon/github?icon=github&label&color=4078c0)](https://www.github.com/elm-land/elm-land)
[![Elm Land: Reliable web apps for everyone](https://github.com/elm-land/elm-land/raw/main/docs/elm-land-banner.jpg)](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