task-concat

0.1.0 • Public • Published

task-concat

A node-task to concatenate input Records.

Super rough cut.

Usage

var Concat = require('task-concat');
var Record = require('record');
 
var task = new Concat();
var options = {
  separator: '-'
};
var input = [{
  src: new Record('path/to/fake/foo.txt', 'utf8', 'test'),
  dest: 'tmp/test.txt'
}];
 
task.run(options, input);

Readme

Keywords

none

Package Sidebar

Install

npm i task-concat

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • tkellen