It would be really great if we could host non-registered libraries ourselves (still conform with the file structure). I was thinking about how npm and yarn handle non-registered libraries, for example:
"vue-essential-slices": "username/vue-essential-slices"
I could provision a new project much quicker with this. I'd be interested in making a public TailwindCSS library in cooperation with others, however.
Even if we just used the zip over HTTP, for example:
prismic sm --setup --ls --lib https://github.com/username/vue-essential-slices/archive/master.zip
Thanks