🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

concat-bin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concat-bin

Cli for concatenating files

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

concat

Concatenate files

var concat = require('concat')

concat(['a.css', 'b.css', 'c.css'], 'all.css', function (error) {
  // done
})

or, in the shell:

concat a.css b.css c.css -o all.css

Install

$ npm install -g concat  	# globally

$ npm install concat  		# for your project

Keywords

concatenate

FAQs

Package last updated on 04 Jun 2014

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