Skip to content

Commit

Permalink
audit fix and documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
NB10328 authored and NB10328 committed Mar 23, 2022
1 parent 5d4245e commit 49f2d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Ascii Table 3

`ascii-table3` is a pure ascii table renderer and beautifier, heavily inspired by the `ascii-table` package created by Beau Sorensen. The original package lacked support for multiple table styles and that is what motivated me to create this new one.

Currently with **over a dozen** predefined table styles, the collection style keeps growing. I am pretty sure there is a style for everyone. If not, you can even design your own custom stye and add it to the library!
Currently with **over a dozen** predefined table styles, the collection style keeps growing. I am pretty sure there is a style for everyone. If not, you can even design your own custom style and add it to the library!

Please direct any issues, suggestions or feature requests to the [ascii-table3 github](https://github.com/AllMightySauron/ascii-table3) page.
This package now **includes support for ANSI escape sequences** so that rendered tables can output rich console content with colors by relying on packages like [chalk](https://github.com/chalk/chalk).

Please direct any issues, suggestions or feature requests to the [ascii-table3](https://github.com/AllMightySauron/ascii-table3) github page.

Existing code for the original `ascii-table` package should run fine with very few changes (see examples below).

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ascii-table3",
"version": "0.7.3",
"version": "0.7.4",
"author": "João Simões <[email protected]> (https://github.com/AllMightySauron)",
"description": "Javascript ASCII renderer for beautiful console-based tables",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"jshint": "^2.12.0",
"mocha": "^8.2.1",
"mocha": "^9.2.2",
"nyc": "^15.1.0"
},
"dependencies": {
Expand Down

0 comments on commit 49f2d98

Please sign in to comment.