easy-file-concat

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i easy-file-concat

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

6.94 kB

Total Files

5

Last publish

Collaborators

  • jyokyoku