UNPKG

ng-packagr

Version:

Compile and package a TypeScript library to Angular Package Format

11 lines (10 loc) 229 B
/** * Commands API */ export * from './lib/commands/command'; export * from './lib/commands/build.command'; export * from './lib/commands/version.command'; /** * ngPackagr() programmatic API */ export * from './lib/packagr';