JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23889F
  • License MIT

A simple cross-platform CLI tool to copy files using Node.js.

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 kpjs

    Or use it directly with npx:

    npx kpjs

    Usage

    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.txt

    Copy a file with a new name:

    kpjs ./example.txt ./backup/newname.txt

    Features

    • Copy files quickly from any folder to another
    • Minimal and easy-to-use CLI interface
    • Cross-platform support (Windows, macOS, Linux)