JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q30722F
  • License ISC

extension the linux command scp,with the capacity of exclude some directory or file when use scp

Package Exports

  • scp-exclude

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 (scp-exclude) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

installation

npm install scp-exclude -g

Usage

similar with scp , with the capacity of exclude some local file or dir by option -I or --ignore

scp-exclude  localDir  root@host:remotePath  -I  node_modules,.vscode  -1  -P 8899

Full Docs