0.0.1 • Published 1 year ago

@codecapers/clean-copy v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
0.0.1

1 year ago