项目作者: lancew

项目描述 :
Exploratory project building a 1-2-4-all tool in Elm
高级语言: JavaScript
项目地址: git://github.com/lancew/124all.git
创建时间: 2020-06-20T16:55:22Z
项目社区:https://github.com/lancew/124all

开源协议:MIT License

下载


124all

Exploratory project buildinf a 1-2-4-all tool in ELm

https://lancew.github.io/124all/

Build the javascript:

  1. elm make src/Main.elm --output elm.js

You can then run locally with elm reactor

Running elm-review:

  • elm-review --template jfmengels/elm-review-common/example
  • elm-review --template jfmengels/elm-review-cognitive-complexity/preview

I use elm-json upgrade (install with NPM) to update dependencies (packages)