Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement recursive dir copy #245

Open
tshemsedinov opened this issue Jan 30, 2019 · 3 comments
Open

Implement recursive dir copy #245

tshemsedinov opened this issue Jan 30, 2019 · 3 comments

Comments

@tshemsedinov
Copy link
Member

Like this: https://www.npmjs.com/package/ncp
FYI: @belochub @nechaido you can assign this to new guys

@KHYehor
Copy link

KHYehor commented Feb 4, 2019

I have some questions about options:
Should I do

  1. "dereference" option for SymbolicLink files to move the content of link?
  2. option for coping directory with deleting the source?
  3. the max recursion depth limit not to case stackoverflow?
    And about tests, Should I do only tests for exceptions and arguments or also for checking file system?

@tshemsedinov
Copy link
Member Author

We need exactly the same interface as ncp has.

@DarkwinngDuck
Copy link

Hello! Is somebody working on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants