1.0.0 • Published 9 years ago

construx-copier v1.0.0

Weekly downloads
420
License
-
Repository
github
Last release
9 years ago

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