retabber

4.0.0 • Public • Published

retabber

GratiPay Build Status Coverage Downloads Version

Replaces all tab characters with spaces in a smart way so that columns visually align, similiar to what your regular IDE does.

Installation

npm install retabber

Usage Example

var retabber = require('retabber');
retabber.smart('1\t2\nheh\t2', 4);
1   2
heh 2
 
retabber.regular('1\t2\nheh\t2', 4);
1    2
heh    2

Testing

npm test

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i retabber

Weekly Downloads

42

Version

4.0.0

License

MIT

Last publish

Collaborators

  • alexgorbatchev