Last week I published an article about cli-box
- a library that creates ASCII rectangles. A pull request was made (thanks @wesolyromek), adding the feature to fill such rectangles with text. A great improvement!
Putting together the overlap
module and cli-box
, I created le-table
- a library for creating ASCII tables in Node.JS.
Let's take a look at the example:
// Dependencies