@codecapers/clean-copy
v0.0.1
Published
A simple command line tool to make a copy recursive of a directory without replicating node_modules.
Downloads
3
Readme
clean-copy
A simple command line tool to make a copy recursive of a directory without replicating node_modules.
Install it
npm install -g @codecapers/clean-copy
Run it
clean-copy <source-directory> <destination-directory>
Development
Run it from code
cd clean-copy
npm install
npm start
Run it for development
cd clean-copy
npm install
npm run start:dev