duplicate-directory
v1.1.0
Published
Duplicates a directory and its contents recursively.
Downloads
1
Readme
node-duplicate-directory
Table of Contents
- Introduction
- Requirements
- Recommended modules
- Installation
- Usage
- Maintainers
- Development
- Contributing
- License
- Code of Conduct
Introduction
A pure function to recursively duplicate a directory and its contents written in Javascript.
Requirements
Recommended Modules
This package was developed using Yarn, an alternative to npm. The following are necessary to run the test suite.
Installation
yarn add duplicate-directory
or
npm install --save duplicate-directory
Usage
Supply two string parameters. First string should be the original directory to duplicate. Second string should be destination directory name. Destination directory will not be overwritten if it already exists.
const duplicateDirectory = require("duplicate-directory");
duplicateDirectory(pathToOriginal, pathToDestination);
Maintainers
Solely maintained by Esteban Hernández. Open to contributions. Use freely at your own risk.
Development
After checking out the repo, run yarn install
to install dependencies. Then, run yarn test
to run the tests.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/LySofDev/redux_gen. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The package is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the node-duplicate-directory project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.