UNPKG

@lxdhub/api

Version:

Display, search and copy LXD-images using a web interface.

11 lines (7 loc) 256 B
#!/usr/bin/env node import './cli/commands/start/default'; import { CLI, Shim } from 'clime'; import * as Path from 'path'; const cli = new CLI('lxdhub-api', Path.join(__dirname, 'cli/commands')); const shim = new Shim(cli); shim.execute(process.argv);