Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lancew/124all
Exploratory project building a 1-2-4-all tool in Elm
https://github.com/lancew/124all
elm elm-demos elm-lang
Last synced: 14 days ago
JSON representation
Exploratory project building a 1-2-4-all tool in Elm
- Host: GitHub
- URL: https://github.com/lancew/124all
- Owner: lancew
- License: mit
- Created: 2020-06-20T16:55:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T22:13:53.000Z (over 3 years ago)
- Last Synced: 2024-11-13T06:35:40.016Z (about 2 months ago)
- Topics: elm, elm-demos, elm-lang
- Language: JavaScript
- Homepage:
- Size: 505 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 124all
Exploratory project buildinf a 1-2-4-all tool in ELmhttps://lancew.github.io/124all/
Build the javascript:
```
elm make src/Main.elm --output elm.js
```Running elm-review:
* `elm-review --template jfmengels/elm-review-common/example`
* `elm-review --template jfmengels/elm-review-cognitive-complexity/preview`