@remote.it/cli

v0.42.2-alpha.1
remote.it cross-platform command line
remote remote.it weaved cli networking port-forwarding ports remote-access

compile

tsc --build tsconfig.json

copy-assets

shx cp -R src/bin lib/bin

clean

rimraf lib/*

lint

eslint --fix --project .

package

run-s compile pkg

build-all

pkg . -t linux,mac,win --output remoteit

build-mac

pkg . -t mac --output build/remoteit-mac

build-linux

pkg . -t linux -o build/remoteit-linux

build-win

pkg . -t win -o build/remoteit

nexe

run-p nexe-*

nexe-linux

nexe -t linux -n remoteit -o build/remoteit-linux bin/remoteit

nexe-rpi

nexe -t linux-arm --verbose --build --make="-j4" -n remoteit -o build/remoteit-rpi bin/remoteit

nexe-arm64

nexe -t linux-arm64 --verbose --build --make="-j12" -n remoteit -o build/remoteit-arm bin/remoteit

nexe-build-mac

nexe -t macos --verbose -n remoteit -o build/remoteit-mac bin/remoteit.js

nexe-win

nexe -t windows -n remoteit -o build/remoteit bin/remoteit

postcompile

run-p prettier # size lint

precompile

npm run clean

prepack

npm run compile

prettier

prettier --write **/*.ts

preversion

npm run compile

start

run-p watch-*

test

jest

watch-compile

tsc -w --preserveWatchOutput

watch-tests

jest --watch
npm i @remote.it/cli

Metadata

  • MIT
  • Whatever
  • Dana Woodman
  • released 10/16/2019

Downloads