Remoterm
  • Install
  • Remote Command Line
  • Remote File Manager
  • Commands
    • Server Side
    • Client Side
  • Update Log
  • NPM
  • Repo
Powered by GitBook
On this page
  • Install
  • Install in a project

Was this helpful?

Install

Install

Install via NPM

[sudo] npm i remoterm -g

Install in a project

If you want to install and run Remoterm in a project, install it and then require it.

npm i remoterm
require('remoterm') // will start Remoterm
NextRemote Command Line

Last updated 1 year ago

Was this helpful?