tsdocker/ts/index.ts

5 lines
100 B
TypeScript

import * as plugins from './npmdocker.plugins';
import * as cli from './npmdocker.cli';
cli.run();