pconcat

1.2.0 • Public • Published

pconcat

Install

$ npm install pconcat

Usage

Async concatenate files using promises.

var concat = require('pconcat')
 
concat(['a.txt', 'b.txt', 'c.txt'], 'all.txt').then(function() {
    // done!
}).catch(function(err) {
    // if error :(
})

Readme

Keywords

Package Sidebar

Install

npm i pconcat

Weekly Downloads

0

Version

1.2.0

License

ISC

Last publish

Collaborators

  • kajyr