rata

0.0.1 • Public • Published

Rata

Tidy up your string list

Installation

$ npm install rata

Usage

const rata = require('rata')
 
const data = [
    ["eat", "eat some apples"],
    ["play", "play some music"],
    ["cry", "crying about your life"],
    ["makemehappy", "make happy!"]
]
 
console.log(rata(data))
eat         eat some apples
play        play some music
cry         crying about your life
makemehappy make happy!
const rata = require('rata')
 
const data = [
    ["eat", "eat some apples"],
    ["play", "play some music"],
    ["cry", "crying about your life"],
    ["makemehappy", "make happy!"]
]
 
console.log(rata(data, ' - '))
eat         - eat some apples
play        - play some music
cry         - crying about your life
makemehappy - make happy!

Readme

Keywords

Package Sidebar

Install

npm i rata

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

3.49 kB

Total Files

4

Last publish

Collaborators

  • indmind