New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

concatem

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

concatem

Concat'em

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

concatem (Concat 'em)

A Node.js app for concatenating files according to predefined settings.

Suitable for authoring simple static website or generating files.

Usage

Go to a folder with concatemfile.js files inside, and then:

concatem [task]

If no task parameter presented, process all tasks defined in concatemfile.js.

Config.js

Sample:

{
  "define": {

    "header": "config.js",
    "copyright": {"text": "All rights reserved by me."}

  },

  "concat": {

    "html": {
      "src": ["*.html"],
      "dest": "./dist"
    },

    "dist": {
      "src": ["*.txt"],
      "dest": "./dist/",
      "extension": ".md"
    }

  }
}

FAQs

Package last updated on 23 Nov 2015

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