Skip to content

Commit bb397a8

Browse files
committed
docs: improve documentation
1 parent e5e1284 commit bb397a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Copy files easily via JavaScript or the CLI, it uses [tinyglobby](https://www.npmjs.com/package/tinyglobby) internally for glob patterns and [cli-nano](https://www.npmjs.com/package/cli-nano) for the CLI.
1212

13-
The library is very similar to the [copyfiles](https://www.npmjs.com/package/copyfiles) package, at least from the outside, however its internal is quite different, it uses more native NodeJS code and a lot less dependencies (3 instead of 7). The options are nearly the same (except for `--soft` which is not implemented), new options were also added in this project here (mainly the rename feature, see below).
13+
The library is very similar to the [copyfiles](https://www.npmjs.com/package/copyfiles) package, at least from the outside; however its internal is very different. It uses more native NodeJS code and a lot fewer dependencies (3 instead of 7), which makes this package a lot smaller compared to the original `copyfiles` project (1/3 of its size). The options are nearly the same (except for `--soft`, which is not implemented), new options were also added in this project here (mainly the rename feature, see below).
1414

1515
> Note: there is 1 noticeable difference with `copyfiles`, any options must be provided as a suffix after the source/target directories command (the original `copyfiles` project has them as prefix).<br>
1616
> This mean calling: `copyfiles source target [options]` instead of `copyfiles [options] source target`

0 commit comments

Comments
 (0)