Concatenate multiple files easily.
Use NPM:
$ npm i easy-file-concat
Use Yarn:
$ yarn add easy-file-concat
$ 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.