Snazzy progress bars for the terminal!
This is just a recreational personal project, but feel free to file an issue if you'd like me to add some documentation!
Clone and enter the repo, then start Julia:
git clone [email protected]:matthewelmer/ProgressBar.jl.git
cd ProgressBar.jl
julia
From the Julia REPL, activate the package and run the tests:
# (Press ] to go into package mode)
pkg> activate .
pkg> test