isomorphic-git / isomorphic-git/lightning-fs
feature request: add `cp` command
Open
- Dominant language
- JavaScript
- Stars
- 610
- Forks
- 62
- Avg merge
- 14h 47m
- Merged PRs (30d)
- 1
Description
Add a `cp` command, based on nodejs cp.
https://nodejs.org/api/fs.html
```
fsPromises.cp(src, dest[, options])
```
with the `recursive` option.
To be compatible with both [ZenFS](https://zenfs.dev/core/) and nodejs.
(Or perhaps lightning-fs is in maintenance mode and so this will not be planned. Still worth asking.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.