dfinke / InstallModuleFromGitHub

Install PowerShell Modules from GitHub
Apache License 2.0
87 stars 31 forks source link

What are the prereqs on the GitHub Repo side for this to work pls? #30

Open sparkle263 opened 1 year ago

sparkle263 commented 1 year ago

(this may not be the right area to send this, if so, please forgive me - but I am really stumped... hoping someone can point me in the right direction pls!!)

I LOVE the idea of this, and I can get this to work for your [dfinke/ImportExcel] from the blog article.

My dilemma, is that I cannot figure out what the requirements are for the Guthub Repo side to allow this to work - I know I am missing something.... I have tried on a private and a public repo (though a private repo will be my ultimate need for this), and have compared what I see in your dfinke/ImportExcel repo - but I am just not seeing what is missing...? What I mean is - is there something on the GitHub Repo that this is specifically looking for? i.e. I think it's something to do with how the module is getting published to the Repo, but I have gone through every docs and resource I can find, and just cannot find good and concrete information on the whole process of publishing a module to a repo ...

If not, can you suggest any good tutorials on how a module 'should' be published to the Repo (correctly), where this will be able to workl? I appreciate ANY help anyone can send my way!!

dfinke commented 1 year ago

Sorry, this was an experiment I did years ago. I don't have anything to suggest.