concat

concatenate multiple files

MIT 21 个版本
安装
npm install concat
yarn add concat
pnpm add concat
bun add concat
README

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?

:star: this repo

License

MIT

Copyright (c) 2017 Konstantin Gorodinskiy

版本列表
3.0.0 2017-02-21
2.0.0 2016-03-22
1.0.3 2017-04-22
1.0.2 2017-04-22
1.0.0 2014-06-02
0.2.4 2012-10-24
0.2.3 2012-06-12
0.2.2 2012-06-04
0.2.1 2012-05-20
0.2.0 2012-05-20
0.0.9 2012-05-18
0.0.8 2012-05-18
0.0.7 2012-05-18
0.0.6 2012-05-18
0.0.5 2012-05-18
0.0.4 2012-05-18
0.0.3 2012-05-18
0.0.2 2012-05-18
0.0.1 2012-05-18
0.0.1-security 2016-03-23
0.0.0 2012-05-18