gradle-node-plugin is a Gradle plugin that enables seamless integration of Node.js, npm, and Yarn within Gradle builds. It helps Java-based projects manage JavaScript dependencies and run Node.js tasks efficiently.
Features
- Integrates Node.js and npm with Gradle builds
- Allows running npm and Yarn commands directly from Gradle
- Automatically installs Node.js versions specified in configurations
- Supports caching and dependency resolution to speed up builds
- Works in multi-module projects for better dependency management
- Compatible with CI/CD pipelines for automated builds
