Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kpjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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)