2.3k GitHub stars and counting — Automattic/cli-table is a JavaScript project TopGit is tracking across repositories on the platform. Pretty unicode tables for the CLI with Node.JS
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
Empty decoration lines will be skipped, to avoid vertical separator rows just
set the 'mid', 'left-mid', 'mid-mid', 'right-mid' to the empty string:
var table = new Table({ chars: {'mid': '', 'left-mid': '', 'mid-mid': '', 'right-mid': ''} });
table.push(
['foo', 'bar', 'baz']
, ['frobnicate', 'bar', 'quuz']
);
console.log(table.toString());
// Outputs: (note the lack of the horizontal line between rows)
//┌────────────┬─────┬──────┐
//│ foo │ bar │ baz │
//│ frobnicate │ bar │ quuz │
//└────────────┴─────┴──────┘
By setting all chars to empty with the exception of 'middle' being set to a
single space and by setting padding to zero, it's possible to get the most
compact layout with no decorations:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
TopGit's last sync did not record any GitHub topics for Automattic/cli-table. GitHub topics appear in the right sidebar of a repository page; that's the authoritative place to check.
How active is development on Automattic/cli-table?
The most recent commit recorded on Automattic/cli-table was 2.1 years ago, based on the GitHub push timestamp. The repository has 141 forks — one of the better signals of community interest.
How many stars does Automattic/cli-table have?
Automattic/cli-table has 2.3k GitHub stars — refresh the page for the live number, or check github.com/Automattic/cli-table. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What language is Automattic/cli-table written in?
Automattic/cli-table is written primarily in JavaScript. GitHub's language field is based on the largest share of bytes in the default branch.
Where do I read more about Automattic/cli-table?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/Automattic/cli-table is the definitive source.
Read full README in the tab above.
Curious whether cli-table is right for you?
Let ChatGPT, Claude, or Perplexity look into it — click below and see what AI actually says about cli-table.