easy-table icon indicating copy to clipboard operation
easy-table copied to clipboard

Nice text table for Node.js

Results 5 easy-table issues
Sort by recently updated
recently updated
newest added

Not sure if this is desired behaviour, but it seems a bit odd to me. Source: ``` var Table = require('easy-table') var data = [ {name: "Amy", snack: 'Apple'}, {name:...

This is a great tool which (in my opinion) is missing: - text alignment - multi-row/column cell spanning - having more border options

Would it be possible to output as an HTML table ?

```js var Table = require('easy-table') var data = [ { id: 123123, desc: 'Something \nawesome', price: 1000.00 }, { id: 245452, desc: 'Very interesting book', price: 11.45}, { id: 232323,...

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...

dependencies