com.moowork.node
Owner: Sten Roger Sandvik
Gradle plugin for executing node scripts (supports NPM, Yarn, Grunt and Gulp).
https://github.com/srs/gradle-node-plugin
Version 1.3.1 (latest)
1.3.1
Created 18 March 2019.
No version description available.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.moowork.node") version "1.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.moowork.gradle:gradle-node-plugin:1.3.1") } } apply(plugin = "com.moowork.node")
- Applying plugins to all subprojects .