qcobjects-command-publish-static
v1.0.4
Published
QCObjects Command that allows you to publish static resources from a source to a destination folder.
Downloads
70
Maintainers
Readme
QCObjects Publish Static Command
QCObjects Command that allows you to publish static resources from a source to a destination folder.
Instructions
- Install this dependency in your project using npm
npm i --save qcobjects-command-publish-static
- Usage:
npx qcobjects publish:static ./src/ ./build/ --exclude ts --exclude js
npx qcobjects publish:static ./build/ ./public/ --exclude ts --exclude js --exclude index.html