@remote.it/cli

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

build

tsc --build tsconfig.json

copy-assets

shx cp -R src/bin lib/src/bin

clean

rimraf lib/*

lint

eslint --fix --project .

nexe

run-p nexe-*

nexe-linux

nexe -t linux-x86_64 -n remoteit-linux lib/CLI

nexe-mac

nexe -t macos -n remoteit-mac bin/remoteit

nexe-win

nexe -t windows -n remoteit bin/remoteit

package

run-s build pkg

pkg

pkg . -t linux,alpine,macos,win --output remoteit

postbuild

run-p prettier # size lint

postpublish

git push origin --all; git push origin --tags

postversion

npm publish

prebuild

npm run clean

prepack

npm run build

prettier

prettier --write **/*.ts

preversion

npm run build

start

run-p watch-*

test

jest

watch-build

tsc -w

watch-tests

jest --watch
npm i @remote.it/[email protected]

Metadata

  • MIT
  • Whatever
  • Dana Woodman
  • released 9/12/2019

Downloads