Skip to content
On this page

What is Tablegger?

Tablegger is a npm package that help you print table-structured information in terminal easily.

  • 📦 Out-of-the-box ANSI code support.
  • ⚙️ Supports flexible configurations such as borders and paddings.
  • 🔧 Automatic alignment.
  • 🤙🏻 Modify configuration anytime, anywhere.
  • 👀 Various built-in themes
  • 🦾 TypeScript, of course.

Install

With NPM:

bash
$ npm install tablegger
$ npm install tablegger

With Yarn:

bash
$ yarn install tablegger
$ yarn install tablegger

With PNPM:

bash
$ pnpm install tablegger
$ pnpm install tablegger

Now start you travel with tablegger

Released under the MIT License.