console-table-printer
Advanced tools
Comparing version 1.0.0-beta2 to 1.0.0-beta3
{ | ||
"name": "console-table-printer", | ||
"version": "1.0.0-beta2", | ||
"version": "1.0.0-beta3", | ||
"repository": "github:ayonious/console-table-printer", | ||
@@ -5,0 +5,0 @@ "description": "Printing pretty tables on console log", |
@@ -37,2 +37,13 @@ # Print Pretty tables on Your Console | ||
p.printAll(); | ||
/* | ||
┌───────┬───────────────────────────────────────┬────────┐ | ||
│ index │ text │ value │ | ||
├───────┼───────────────────────────────────────┼────────┤ | ||
│ 1 │ I would like some red wine please │ 10.212 │ | ||
│ 2 │ I would like some green gemuse please │ 20 │ | ||
│ 3 │ I would like some gelb bananen bitte │ 100 │ | ||
│ 4 │ I hope batch update is working │ 300 │ | ||
└───────┴───────────────────────────────────────┴────────┘ | ||
*/ | ||
``` | ||
@@ -39,0 +50,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
12259
70