prepare package release

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-01-22 21:22:42 +01:00
parent 30d19b72d3
commit c8aae7be2d
8 changed files with 426 additions and 29 deletions

6
src/index.ts Normal file
View File

@@ -0,0 +1,6 @@
export * as buildkit from './buildkit';
export * as buildx from './buildx';
export * as docker from './docker';
export * as git from './git';
export * as github from './github';
export * as util from './util';