Skip to content

lue-bird/elm-review-mini-cli-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-review-mini configuration and CLI setup (requires the latest node.js and npm to be installed). Before the first run,

npm install --prefix review-mini

To watch for changes to your files and reports errors for you with fixes to accept/reject:

node review-mini/cli

Since the CLI is a regular elm application, you can add new reviews with elm install (search for packages elm-review-mini-... for example), then put them in the list in src/ReviewConfiguration.elm and configure them.

Releases

No releases published

Packages

No packages published