You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,8 @@ The tooling around this project requires:
109
109
110
110
***`make`** for the [Makefile](Makefile)
111
111
***NodeJS 10+** for the [CLI tool](src/index.js)
112
-
***`elm`** and **`elm-test`**
112
+
***`elm`**, **`elm-test`** and **`elm-format`**
113
+
113
114
114
115
or alternatively a good amount of ingenuity to do stuff in a different-than-planned way.
115
116
@@ -127,6 +128,14 @@ $ make test
127
128
```
128
129
Runs `elm-test` on the test suite (gasp!)
129
130
131
+
## Formatting code
132
+
133
+
```
134
+
$ make format
135
+
```
136
+
Runs elm-format.
137
+
Make sure to format code before submitting a pull request!
138
+
130
139
## Small TODOs
131
140
132
141
> This is a brain-dump of some low-level stuff. (High-level stuff should be in the roadmap.) My apologies if it's hard to make sense of this! ~janiczek
0 commit comments