Skip to content

dorianmariecom/dorian-progress

Repository files navigation

dorian-progress

Small wrapper for creating Dorian progress bars.

Install

gem install dorian-progress

Also included in the aggregate gem:

gem install dorian

Usage

progress -h

Run progress -h for generated option details and progress -v for the installed version.

Notes

  • The executable only exposes help/version. The useful API is Dorian::Progress.create.

Examples

Create a progress bar

require "dorian/progress"

progress = Dorian::Progress.create(total: 10, format: :minimal)
10.times { progress.increment }

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors