UNPKG

@remote.it/cli

Version:

remote.it cross-platform command line

14 lines (12 loc) 227 B
import { build } from 'gluegun' export class CLI { constructor() { const movieCLI = build('remoteit') .src(__dirname) .help() .version() .defaultCommand() .create() movieCLI.run() } }