table-b
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

table-b

text-table for Japanese.

Installation

npm install table-b

Usage

import table from 'table-b';
 
const message = table([
  ['いろは', '123'],
  ['abc', '456']
], {
  align: ['l', 'r']
});
 
console.log(message);
 
// table-b:
// いろは 123
// abc    456
 
// text-table:
// いろは  123
// abc  456

Badges

npm version Travis CI Coveralls

License

MIT

Author

bouzuya <m@bouzuya.net> (https://bouzuya.net/)

Dependencies (2)

Dev Dependencies (18)

Package Sidebar

Install

npm i table-b

Weekly Downloads

3

Version

4.0.0

License

MIT

Unpacked Size

6.51 kB

Total Files

6

Last publish

Collaborators

  • bouzuya