ngm-cli
Version:
Simple way to manage angular submodules in one repository
6 lines (5 loc) • 296 B
TypeScript
export { buildCommand, buildTsRun } from './build.command';
export { npmDistTagRun } from './dist-tag.command';
export { npmLinkCommand, run as npmLinkRun } from './link.command';
export { run as npmPublishRun } from './publish.command';
export { run as npmVersionRun } from './version.command';