io.github.turansky.kfc.npm-build
Owner: Victor Turansky
Predefined npm tasks for Kotlin/JS
https://github.com/turansky/kfc-plugins
Sources: https://github.com/turansky/kfc-plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.turansky.kfc.npm-build") version "5.54.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.turansky.kfc:kfc-gradle-plugin:5.54.0") } } apply(plugin = "io.github.turansky.kfc.npm-build")
- Applying plugins to all subprojects .