jfmengels / node-elm-review

CLI for elm-review
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
BSD 3-Clause "New" or "Revised" License
47 stars 25 forks source link

Show the same helping message when running init with or without `--template` #139

Closed jfmengels closed 9 months ago

jfmengels commented 9 months ago

Running elm-review init gives this helpful message:

✔ Would you like me to create elm.json and src/ReviewConfig.elm inside /home/jeroen/dev/node-elm-review/review? … yes
All done! I have created a review project at /home/jeroen/dev/node-elm-review/review/ for you.

You can now define your review configuration by editing /home/jeroen/dev/node-elm-review/review/src/ReviewConfig.elm.

I recommend you take a look at the following documents:
  - How to configure elm-review: https://github.com/jfmengels/elm-review/#Configuration
  - When to write or enable a rule: https://github.com/jfmengels/elm-review/#when-to-write-or-enable-a-rule

Running elm-review init --template jfmengels/elm-review-config/application gives this one:

All done! I have created a review project at /home/jeroen/dev/node-elm-review/review/ for you.

Since this is now the recommended way of starting out with the tool, new users are losing out on a lot of helpful details.