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 :(
})

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i pconcat

      Weekly Downloads

      25

      Version

      1.2.0

      License

      ISC

      Last publish

      Collaborators

      • kajyr