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

Next steps list: add exit() - exit Julia-repl #463

Closed luisaforozco closed 3 weeks ago

luisaforozco commented 3 weeks ago

Description

The user generates or apply BestieTemplate from the julia-repl. The Next steps instructions are very clear, but I found my lazy self typing cd ./MyPackage.jl inside the julia-repl. This issue is to suggest to add as first command: exit() to exit the julia-repl.

abelsiqueira commented 3 weeks ago

Thanks for the issue. Makes sense. If you want to do a PR, that would be great