simple-copy-files
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

simple-copy-files

A simple but powerful cli command to copy files during e.g. a build without dependencies

Installation

npm install --save-dev simple-copy-files

Required parameters:

source

Folder to copy files and folder structure from e.g.: source=./src/views

destination

Folder to copy to e.g.: destination=./build/views

types

File types to copy e.g.: types=.png,.html,.css

npm exec simplecopyfiles source=./src/views destination=./build/views types=.png,.html,.css

This command would copy all .png, .html and .css files from the ./src/views folder to the ./build/views folder and keep the necessary file structure.

Package Sidebar

Install

npm i simple-copy-files

Weekly Downloads

3

Version

1.0.6

License

MIT

Unpacked Size

12.6 kB

Total Files

7

Last publish

Collaborators

  • gudatr