UNPKG

@nxrocks/nx-ktor

Version:

Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace

9 lines (8 loc) 532 B
export { generateKtorProject } from './generate-ktor-project'; export { generateProjectConfiguration } from './generate-project-configuration'; export { addFormattingWithSpotless } from './add-formatting-with-spotless'; export { addMavenPublishPlugin } from './add-maven-publish-plugin'; export { normalizeOptions } from './normalize-options'; export { promptKtorFeatures } from './prompt-ktor-features'; export { addDockerfile } from './add-dockerfile'; export { promptForMultiModuleSupport } from './prompt-multi-module-support';