lib-tools
Version:
The lib-tools helps you simplify the build, bundle, test and npm packaging workflows for Typescript, JavaScript, Angular library projects and assets module projects.
21 lines (20 loc) • 790 B
TypeScript
export * from './apply-env-overrides';
export * from './apply-project-extends';
export * from './detect-workflow-config';
export * from './find-build-tsconfig-file';
export * from './find-karma-config-file';
export * from './find-test-index-file';
export * from './find-test-tsconfig-file';
export * from './find-package-json-path';
export * from './get-environment';
export * from './get-test-config';
export * from './get-rollup-config';
export * from './get-workflow-config';
export * from './is-angular-project';
export * from './minify-es-bundle';
export * from './read-package-json';
export * from './read-tsconfig-json';
export * from './read-workflow-config';
export * from './run-webpack';
export * from './to-build-config-internal';
export * from './to-workflow-config-internal';