Skip to content
This repository was archived by the owner on Jun 15, 2018. It is now read-only.

japj/ryppi

Repository files navigation

Node.js package manager written in Python.
Inspired by: https://github.com/isaacs/ryp

Main differences to npm:
No version comparison, or compatibility check, only version matching to latest.
Module dependencies are all installed in to the root modules directory, in order to avoid package redundancy.