0.0.1 • Published 3 years ago
@codecapers/clean-copy v0.0.1
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-copyRun it
clean-copy <source-directory> <destination-directory>Development
Run it from code
cd clean-copy
npm install
npm startRun it for development
cd clean-copy
npm install
npm run start:dev0.0.1
3 years ago