easy-file-concat

Concatenate multiple files easily.


Keywords
concat, npm, files, multiple, combine, merge
License
MIT
Install
npm install easy-file-concat@0.1.0

Documentation

easy-file-concat

npm version License: MIT

Concatenate multiple files easily.

Installation

Use NPM:

$ npm i easy-file-concat

Use Yarn:

$ yarn add easy-file-concat

Usage

$ easy-file-concat INPUT_FILE INPUT_FILE ... {OPTIONS}

or use the configuration file:

$ easy-file-concat -c ./package.json -k config_key_1 config_key_2 ...

Options:

-o --output    The output destination file path of concatenated file.
-c --config    The path of config file (JSON format).
-k --key       The key for which the file list of the config file.
-b --boundary  The boundary string of files.
-v --version   Print the easy-ejs-renderer version number.