1. 程式人生 > >gitpkg: using git as dependency registry

gitpkg: using git as dependency registry

Hello!

Link: https://github.com/ramasilveyra/gitpkg

A year ago I've published a tiny concept (or hack) to be able to have a private registry on a git repo that:

- Works with projects with build steps.

- Works with projects with multiple packages (monorepos).

- Creates lightweight git tags (only the files needed are included).

Some people told me that this can be a good idea and are eager to help me to build more stuff around this, like a tool to create a website from the gitpkg registry.

What do you think? Should I give more time to develop this idea and build a more usable PoC?

Example of issue that this concept could solve: https://github.com/yarnpkg/yarn/issues/4725

Thanks!