hetrix

source-based package manager · v1.3

build: python · node · ruby

python

pyproject.toml / setup.py – runs pip install --user.

node

package.jsonnpm install then npm run build if present.

ruby

.gemspec or Rakefile – runs gem build / rake install.