Skip to content

jyokyoku/easy-file-concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Concatenate multiple files easily.

Resources

License

Stars

Watchers

Forks

Packages

No packages published