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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    25
    • latest

Version History

Package Sidebar

Install

npm i pconcat

Weekly Downloads

25

Version

1.2.0

License

ISC

Last publish

Collaborators

  • kajyr