mnpm-server

prototype to implement npm registry using linux package mirroring

Usage no npm install needed!

<script type="module">
  import mnpmServer from 'https://cdn.skypack.dev/mnpm-server';
</script>

README

mnpm-server

Provide the functionality that a static asset server could provide: a directory listing and a tarball download.

It's quicker to emulate and actually be backed by my own couch instance than to programatically pull out all the tarballs from couch. So, I'm doing this for now.