easy-file-concat

Concatenate multiple files easily.

Usage no npm install needed!

<script type="module">
  import easyFileConcat from 'https://cdn.skypack.dev/easy-file-concat';
</script>

README

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.