🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

concat

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concat

concatenate multiple files

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
330K
-4.95%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

concatenate

FAQs

Package last updated on 22 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts