Combine text files.
var combine = new (require('task-combine'))
combine.run(inputs, options, logger)
Type: string
Default: '\n'
Make sure each file endings with newline.
Type: string
Default: ''
The string will be prepended to the beginning of the contents.
Type: string
Default: ''
The string will be append to the end of the contents.
- 2014-03-30 0.1.0 Initial release.
Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.