Skip to content

feshchenkod/gitpkg-selfhost

Repository files navigation

GitPkg (self-hosted)

Install npm packages from GitHub monorepo subdirectories. A self-hosted alternative to gitpkg.now.sh.

Usage

npm install https://your-server/user/repo/packages/pkg?commit-ish

Full GitHub URL format is also supported:

npm install https://your-server/https://github.com/user/repo/tree/commit-ish/packages/pkg

If no commit is specified, defaults to main.

Deploy

cp .env.example .env  # set your domain
docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors