UNPKG

@storm-software/k8s-tools

Version:

Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.

7 lines (6 loc) 268 B
export { HelmClient, createHelmClient } from './client.mjs'; export { ensureInitialized } from './ensure-init.mjs'; export { addToPrettierIgnore, resolveUserExistingPrettierConfig } from './prettier.mjs'; import '../types.mjs'; import 'prettier'; import '@nx/devkit';