Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nebula-plugins/nebula-node-plugin
https://github.com/nebula-plugins/nebula-node-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nebula-plugins/nebula-node-plugin
- Owner: nebula-plugins
- License: apache-2.0
- Created: 2019-11-27T18:22:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T00:26:52.000Z (3 months ago)
- Last Synced: 2024-10-20T11:44:49.406Z (3 months ago)
- Language: Groovy
- Size: 1.28 MB
- Stars: 7
- Watchers: 9
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradle Plugin for Node
![Support Status](https://img.shields.io/badge/nebula-maintenance-orange.svg)
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com.netflix.nebula/nebula-node-plugin/maven-metadata.xml.svg?label=gradlePluginPortal)](https://plugins.gradle.org/plugin/nebula.node)
![Build](https://github.com/nebula-plugins/nebula-node-plugin/actions/workflows/nebula.yml/badge.svg)
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-node-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0)This plugin enabled you to use a lot of [NodeJS](https://nodejs.org)-based technologies as part of your
build without having NodeJS installed locally on your system. It integrates the following NodeJS-based system
with Gradle:* [NodeJS](https://nodejs.org)
* [Yarn](https://yarnpkg.com/)
* [Grunt](https://gruntjs.com/)
* [Gulp](https://gulpjs.com/)It's actually 3 plugins in one:
* [Node Plugin](https://plugins.gradle.org/plugin/nebula.node) (`nebula.node`) - [See docs](docs/node.md).
* [Grunt Plugin](https://plugins.gradle.org/plugin/nebula.grunt) (`nebula.grunt`) - [See docs](docs/grunt.md)
* [Gulp Plugin](https://plugins.gradle.org/plugin/nebula.gulp) (`nebula.gulp`) - [See docs](docs/gulp.md)## Origin
This was taken from [srs/gradle-node-plugin](https://github.com/srs/gradle-node-plugin) due to lack of support/activity and the need to support Gradle 6.x
Now it is build in top of [gradle-node-plugin](https://github.com/node-gradle/gradle-node-plugin). We recommend using that plugin instead.
This plugin exists for the following reasons:
1. Backwards compatibility in the Netflix ecosystem
2. Gulp and Grunt supportNew/modern projects should use `gradle-node-plugin` instead.
## License
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```