# simple-copy-files

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

Latest version **1.0.6** (published 2023-06-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install simple-copy-files
pnpm add simple-copy-files
yarn add simple-copy-files
bun add simple-copy-files
```

Provides the command `simplecopyfiles`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2023-06-19 |
| First published | 2023-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 12.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | gudatr |
| Maintainers | gudatr |
| Keywords | simple, copy, files, copy files, build, 0 dependencies, cli, command, front-end, back-end, frontend, backend |

## Links

- npm: https://www.npmjs.com/package/simple-copy-files
- Repository: https://github.com/gudatr/simple-copy-files
- Homepage: https://github.com/gudatr/simple-copy-files#readme
- Issues: https://github.com/gudatr/simple-copy-files/issues
- npm.io page: https://npm.io/package/simple-copy-files

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2023-06-19
- 1.0.5 — 2023-03-28
- 1.0.3 — 2023-03-28
- 1.0.2 — 2023-03-27
- 1.0.1 — 2023-03-27
- 1.0.0 — 2023-03-27

## README

# 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.

---
_Source: https://npm.io/package/simple-copy-files · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
