1.0.4 • Published 2 years ago

qcobjects-command-publish-static v1.0.4

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
2 years ago

QCObjects Publish Static Command

QCObjects Command that allows you to publish static resources from a source to a destination folder.

Instructions

  1. Install this dependency in your project using npm
npm i --save qcobjects-command-publish-static
  1. Usage:
npx qcobjects publish:static ./src/ ./build/ --exclude ts --exclude js 
npx qcobjects publish:static ./build/ ./public/ --exclude ts --exclude js --exclude index.html