construx-copier

1.0.0 • Public • Published

construx-copier

Lead Maintainer: Matt Edelman

Build Status NPM version

construx plugin for copying resources during development of express applications.

construx-copier is essentially a noop which will catch any file not processed by another construx plugin and just copy it verbatim

Usage

Install

$ npm install --save-dev construx-copier

Configure

Where you configure your construx plugins:

{
    "copier": {
        "module": "construx-copier",
        "files": "**/*"
    }
}

Note: See construx README for general usage of construx

/construx-copier/

    Package Sidebar

    Install

    npm i construx-copier

    Weekly Downloads

    189

    Version

    1.0.0

    License

    Apache 2.0

    Last publish

    Collaborators

    • grawk