Skip to content

taskjs/task-combine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-combine

Combine text files.

The "combine" task

Usage Examples

var combine = new (require('task-combine'))
combine.run(inputs, options, logger)

Options

options.endings

Type: string Default: '\n'

Make sure each file endings with newline.

options.banner

Type: string Default: ''

The string will be prepended to the beginning of the contents.

options.footer

Type: string Default: ''

The string will be append to the end of the contents.

Release History

  • 2014-03-30 0.1.0 Initial release.

License

Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

About

Combine text files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published