commit c5dd72c59a9b851d8e51154801047a7747f2a266 Author: Jonathan Bernard Date: Mon Jan 25 14:39:40 2016 -0600 Initial commit: console_progress library. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/packages.json b/packages.json new file mode 100644 index 0000000..dcfb0a9 --- /dev/null +++ b/packages.json @@ -0,0 +1,15 @@ +[ + { + "name": "console_progress", + "url": "_git@git.jdb-labs.com:jdb/console-progress + "method": "git", + "tags": [ + "library", + "commandline", + "progress" + ], + "description": "Simple console-based progress bar.", + "license": "BSD3", + "web": "http://git.jdb-labs.com/jdb/console-progress" + } +]