Skip to content

xdan/concatinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concatinator

Concatenate files via the command line

Install

$ npm install -g concatinator

Usage

Pass the files to concatenate (-f or --files parameter) to the tool, and optionally and destination file (-o or --output parameter):

$ concatinator -f folder/*.js file.js -o bundle.js

Concatinator will create the bundle.js file, if it doesn't exists, and dump the content of all the passed files into that one. If you don't provide an output file, the tool will concatenate everything into a file called 'all', with the correct extension.

About

Concatinate a few files by command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published