0.2.0 • Published 5 years ago
@rclp/rclp-cli v0.2.0
rclp-cli
rclp CLI.
How to install
$ npm install -g @rclp/rclp-cliOr if you want to checkout Git repo directly:
$ git clone https://github.com/rclp/rclp-cli.gitHow to use
Install it first, then authenticate using your Google Account:
$ rclp -aIf you checked out the Git repo:
$ node cli.js -aCopy data to your remote clipboard from stdin:
$ echo "hi there" | rclp -cIf you checked out the Git repo:
$ echo "hi there" | node cli.js -cPaste the latest data from your remote clipboard:
$ rclp -pIf you checked out the Git repo:
$ node cli.js -pDevelopment
TBD.
Test
$ npm test