deploy-copy

0.4.1 • Public • Published

deploy-copy

Build Status npm version

Config-based script to copy only files needed for production.

Install

npm install -g deploy-copy

Usage

deploy-copy [-source:/path/to/source] (default source is the current working directory)

All folders containing a deploy.json file will be copied to the deploy folder (/path/to/source-deploy) except files matching an excluded path.

deploy.json

{
  "exclude": [
    "./glob/pattern/to/exclude",
    "./another/glob/pattern/to/exclude"
  ]
}

The paths in common.deploy.json are automatically excluded.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.4.11latest

Version History

VersionDownloads (Last 7 Days)Published
0.4.11
0.4.01
0.3.01
0.2.11
0.2.01
0.1.01

Package Sidebar

Install

npm i deploy-copy

Weekly Downloads

6

Version

0.4.1

License

MIT

Last publish

Collaborators

  • developers-vintage-software
  • kevinphelps