Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siriusstarr/elm-review-rules


https://github.com/siriusstarr/elm-review-rules

Last synced: about 2 months ago
JSON representation

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.