kpjs
v1.0.2
Published
A simple cross-platform CLI tool to copy files using Node.js.
Maintainers
Readme
kpjs
A simple CLI tool to copy files from one location to another.
Installation
You can install it globally using npm:
npm install -g kpjsOr use it directly with npx:
npx kpjsUsage
Basic syntax:
kpjs <source> <destination><source>: Path of the file you want to copy.<destination>: Path where you want to copy the file.
Examples
Copy a file to another folder:
kpjs ./example.txt ./backup/example.txtCopy a file with a new name:
kpjs ./example.txt ./backup/newname.txtFeatures
- Copy files quickly from any folder to another
- Minimal and easy-to-use CLI interface
- Cross-platform support (Windows, macOS, Linux)
