This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Description
Hey, first of thanks for creating this! It solves almost all the use cases i have for scaffolding.
One Problem however is that i am unable to use my generator which is published in th private package registry of github requiring me to use a scoped package name. When trying to use the generator with:
sao --registry=https://npm.pkg.github.com @pixolith/sao-project-generator test
Sao will try to resolve this as a github repository. How can i circumvent this in order to use the package registry provided here? I suppose it also wouldn't work with npm scoped packages.
error Response code 404 (Not Found)
github.com/@pixolith/sao-project-generator/archive/master.zip
Thanks in advance!