Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "barcli", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "A simple tool for displaying real time bar graphs in the console", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,3 +28,2 @@ # barcli [bahrk-lee] | ||
graph.update(1.0); // Sets bar to 100% | ||
graph.update("The state of something"); // Replaces bar with the string | ||
```` | ||
@@ -43,5 +42,6 @@ | ||
graph.update(100); // Sets bar to 100% | ||
graph.update("The state of something"); // Replaces bar with the string | ||
```` | ||
Pro Tip: If you want to display the state of something as a string instead of a bar, just pass the string like this: ```graph.update("Cooking with gas");``` Barcli will know what to do with it. | ||
### Configuration Options | ||
@@ -48,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11185