Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jxxcarlson/elm-review-codeinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed Jun 7, 2024
2 parents 9578d89 + b623116 commit 281719b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# elm-review-codeinstaller

Package designed to make it easy to add pieces of code to an existing codebase using `elm-review` rules. This package provides a set of tools to help you automatically insert clauses in case expressions, fields in type aliases, fields in initializer functions, and variants in custom types.
A package designed to make it easy to add pieces of code to an existing codebase using `elm-review` rules. This package provides a set of tools to help you automatically insert clauses in case expressions, fields in type aliases, fields in initializer functions, and variants in custom types.

The project is still in development, so expect it to change a lot over the next weeks and likely months. Consider it an experiment.
The project is still in development, so expect it to change a lot over the next weeks and likely months. For now, consider it to be an experiment.

## Installation
To install `elm-review-codeinstaller`, add it to your `elm.json` dependencies:
Expand Down

0 comments on commit 281719b

Please sign in to comment.