Skip to content

Commit a2fe16d

Browse files
committed
Merge branch 'main'
2 parents 47febe2 + b6e3825 commit a2fe16d

7 files changed

Lines changed: 269 additions & 2725 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Vitest](https://img.shields.io/badge/tested%20with-vitest-fcc72b.svg?logo=vitest)](https://vitest.dev/)
44
[![codecov](https://codecov.io/gh/ghiscoding/native-copyfiles/branch/main/graph/badge.svg)](https://codecov.io/gh/ghiscoding/native-copyfiles)
55
[![npm](https://img.shields.io/npm/v/native-copyfiles.svg)](https://www.npmjs.com/package/native-copyfiles)
6-
<!-- [![npm](https://img.shields.io/npm/dy/native-copyfiles)](https://www.npmjs.com/package/native-copyfiles) -->
76
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/native-copyfiles?color=success&label=gzip)](https://bundlephobia.com/result?p=native-copyfiles)
87

98
## Copyfiles
@@ -120,10 +119,9 @@ and finally the third and last argument is a callback function which is executed
120119
{
121120
verbose: bool, // enable debug messages
122121
up: number, // -u value
123-
soft: bool, // soft copy (skip existing dirs & files)
124122
exclude: string, // exclude pattern
125123
all: bool, // include dot files
126124
follow: bool, // Follow symlinked directories when expanding ** patterns
127125
error: bool // raise errors if no files copied
128126
}
129-
```
127+
```

0 commit comments

Comments
 (0)