All Projects → gko → concat

gko / concat

Licence: MIT license
🐱 concatenate files

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to concat

bundle-js
Bundle your inter-dependent Javascript files in the correct order
Stars: ✭ 21 (-44.74%)
Mutual labels:  concatenate
simple-concat
Super-minimalist version of `concat-stream`. Less than 15 lines!
Stars: ✭ 21 (-44.74%)
Mutual labels:  concat
gulp-starter-kit
My Gulp Starter Kit
Stars: ✭ 91 (+139.47%)
Mutual labels:  concat
concat
Demo repository for habr.com article about faster Go string concatenation.
Stars: ✭ 16 (-57.89%)
Mutual labels:  concat
crunker
Simple way to merge or concatenate audio files with the Web Audio API.
Stars: ✭ 207 (+444.74%)
Mutual labels:  concatenate

Concat

Build Status

Concatenate multiple files

Usage

Usage: concat [options]

concatenate multiple files

Options:
    -h, --help                   output usage information
    -V, --version                output the version number
    -o, --output <file>          output file

examples:

concat -o output.css ./1.css ./2.css ./3.css

You can also use it from node:

const concat = require('concat');

concat([file1, file2, file3]).then(result => console.log(result))

// or
concat([file1, file2, file3], outputFile)

Tests

To run tests you simply need to do:

npm run test

Like it?

this repo

License

MIT

Copyright (c) 2017 Konstantin Gorodinskiy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].