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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    41
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.0
    41
  • 0.5.2
    1
  • 0.5.1
    1
  • 0.5.0
    1

Package Sidebar

Install

npm i retabber

Weekly Downloads

37

Version

4.0.0

License

MIT

Last publish

Collaborators

  • alexgorbatchev