Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wcm-io-devops/maven-nodejs-proxy

Maven proxy to download NodeJS binaries as Maven artifacts
https://github.com/wcm-io-devops/maven-nodejs-proxy

maven nodejs wcm-io

Last synced: 5 days ago
JSON representation

Maven proxy to download NodeJS binaries as Maven artifacts

Awesome Lists containing this project

README

        

Maven NodeJS Proxy
======
[![Build](https://github.com/wcm-io-devops/maven-nodejs-proxy/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io-devops/maven-nodejs-proxy/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.devops.maven/io.wcm.devops.maven.nodejs-proxy)](https://repo1.maven.org/maven2/io/wcm/devops/maven/io.wcm.devops.maven.nodejs-proxy)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io-devops_maven-nodejs-proxy&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io-devops_maven-nodejs-proxy)

Maven proxy to download NodeJS binaries as Maven artifacts.

This is a Maven Artifact Proxy for NodeJS binaries located at: https://nodejs.org/dist. Every call to this repository is routed directly to this URL, so it should not be used directly as Maven Repository, but cached by your own Maven Artifact Manager.

Steps to build and start the proxy:

- Go to maven-nodejs-proxy directory
- Build server with `mvn clean install`
- Start server with

`java -jar target/io.wcm.devops.maven.nodejs-proxy-.jar server config.yml`
- Go to [http://localhost:8080](http://localhost:8080) for further instructions

---

A public instance of this proxy is available at: https://maven-nodejs-proxy.pvtool.org/

A Ansible role for this proxy is available at:
https://github.com/wcm-io-devops/ansible-maven-nodejs-proxy