Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siriusstarr/elm-review-rules
https://github.com/siriusstarr/elm-review-rules
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siriusstarr/elm-review-rules
- Owner: SiriusStarr
- Created: 2021-07-08T23:13:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:41:58.000Z (2 months ago)
- Last Synced: 2024-10-28T21:32:37.740Z (2 months ago)
- Language: Elm
- Size: 609 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-review-rules
## Introduction
My personal `elm-review` config for all Elm projects. Check out [`elm-review`](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/) if you don't know what this is.
## Usage
You can try this out by running:
```bash
npx elm-review --template SiriusStarr/elm-review-rules
```For more permanent usage, run:
```bash
npm install elm-review --save-dev
git submodule add https://github.com/SiriusStarr/elm-review-rules.git review
```and then use:
```bash
npx elm-review
```in your development.