Skip to content

node4j/node-repo-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Proxy for Node downloads

This project implements a maven repository that proxies node distribution downloads. The aim is that it can be used by various Java build plugins that downloads Node and uses Node in build processes.

It's deployed for now on a Heroku instance and can be accessed here:

Node download

It will automatically serve metadata (latest node versions).

To download version 7.6.0 (linux x86, tar.gz) the GAV-coordinate would be:

  • org.node:node:7.6.0:linux-x86@tar.gz

And the generated URL would then be:

NPM download

It will also serve tgz bundles and meta data from NPM registry. For example, to download yarn (org.npmjs:yarn:0.25.3@tgz):

The meta-data for NPM packages are also available:

What's missing

  • Testing.
  • SHA and MD5 from distributions.

About

Maven proxy repository for Node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages