UNPKG

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.

8 lines (7 loc) 234 B
export * from './colorize'; export * from './dash-case-to-camel-case'; export * from './find-up'; export * from './glob-copy-files'; export * from './logger'; export * from './path-helpers'; export * from './read-json-with-comments';