Fixated
Fixed width text stream for node.js
What is it?
Easily create fixed width text stream/files with node.js
Install
npm install --save fixated
How?
var Fixated = ; var format = firstName: 15 lastName: 15 address: 200; var fixated = format;fixated
License
MIT