| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Some Open Source is not designed to be packaged, but is still great.
pkgo (Package…GO!) is a “setup” tool for the ”unpackageable”. Contributors provide build and run instructions for projects. Programs are run inside a sandbox (restricting writes to the cloned directory, caches and temp directories) for your sanity and security.
curl -O https://raw.githubusercontent.com/pkgxdev/pkgo/refs/heads/main/entrypoint.ts
sudo install -m 755 entrypoint.ts /usr/local/bin/pkgoNote
We support macOS, Linux and Windows. Not all platforms have been tested. Bug reports welcome!
Note
Installing on Windows is not documented. Downloaded entrypoint.* and execute the .cmd file.
$ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
# ^^ clone a supported project
$ cd stable-diffusion-webui
# ^^ step into the clone
$ pkgo
# ^^ `pkgo` does the setup and executes itTo list all supported projects type pkgo in a non project directory.
Note
The projects we support are designed to be cloned, managed and modified in-place by the user so packaging them in a more typical sense would make them simpler for getting started but more tedious to use.
pkgo makes the getting started step simple removing the worst of the tedium.
We still make you clone it because its not our job to manage where the project goes or how it gets there.
Fork this repo and add a new script to manifests. Use pkgx to ensure your script and the program you will run has all the stuff it needs.
See the scripts we have already written for examples.
Important
You need to run the entrypoint.ts script from your clone rather than pkgo from your PATH to use your manifests!
| Back | FazBrowse Home | New Git URL |