2.0.3 • Published 7 years ago

excellence v2.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Installation

npm install --save excellence

Usage

const excellence = require('excellence');

const xml = excellence.xml([
    ['this', 'is', 'the', 'first', 'row'],
    ['this', 'is', 'the', 'second', 'row']
]);

const csv = excellence.csv([
    ['this', 'is', 'the', 'first', 'row'],
    ['this', 'is', 'the', 'second', 'row']
]);

Tests

npm test

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago