JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

Add first command in Next Steps: exit() to exit Julia REPL #464

Closed luisaforozco closed 3 weeks ago

luisaforozco commented 3 weeks ago

Description

Minor addition to the message displayed 'Next steps' afteer generating using BestieTemplate or applying BestieTemplate to an existing package. As explained in #463 I copy paste the instructions, but first one needs to exit the Julia REPL and execute the following commands in terminal.

I did not update the documentation (i.e. full guide) because I think it would be cumbersome and not necessary as what gets print in the terminal, but I am open to suggestions if you feel that we should update that too.

Same for CHANGELOG.md, I feel this is a very small change, but will added if is useful.

Related issues

Closes #463

Checklist

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (8ad8388) to head (4958b2d). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #464 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 99 99 ========================================= Hits 99 99 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.