Skip to content

QCObjects/qcobjects-command-publish-static

Repository files navigation

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