1.0.16 • Published 8 years ago

concatinator v1.0.16

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago