UNPKG

@travetto/pack

Version:

Code packing utilities

9 lines (7 loc) 218 B
import { CliCommand } from '@travetto/cli'; import { BasePackCommand } from './pack.base'; /** * Standard pack support */ @CliCommand({ with: { module: true } }) export class PackCommand extends BasePackCommand { }