1.0.3 • Published 5 years ago

@blendsdk/dtscopy v1.0.3

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
5 years ago

DtsCopy

This utility copies TypeScript declaration files from one folder to another, preserving the folder structure.

Download & Installation

$ npm install --save-dev @blendsdk/dtscopy

Usage from package.json

  "scripts": {
    "dstcopy": "./node_modules/.bin/dtscopy -s ./build -d ./dist"
  },

License<

This project is licensed under the Apache 2.0 License