-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for GitHub Gists #10
Comments
I have a good portion of this done now. but I cannot edit your orginal check list. still have to do:
additions:
all I can think of, to tired. |
@dotps1 Please review the completed tasks for accuracy. Are all of those checked off scenarios supported? If we could write Pester tests for this as well, that would be helpful, but not a requirement for now. |
lol, I forgot I already did the Remove-GitHubGist cmdlet, yesterday was a long day. I am going to tackle the rest of this today/tomorrow. Ill get to pesters too. One thing, you should look at my WinSCP module, and check out how I laid folder structure. I just think its a little cleaner, and it gets the appveyor.yml and the tests out of the root of the module. and all the git releated stuff as well. |
@dotps1 The |
the easiest explanation would be to look at the repo. it just makes the deployment process easer, because only deliverable code exists in the root of the module. Basically there is a sub folder in the Repo where the deliverable(s) live. (Maybe we should move this to a new thread or we can just talk offline as well.) Thanks. |
So I'm confused since it looks like @dotps1 wrote all the Gist stuff back in 2016 (looking at his repo), and then worked to incorporate it here, yet after these years I'm wondering why basics like supporting shouldprocess is in his old 2016 repo copy, yet despite the rest of the code being line for line identical is missing in this maintained version. I can't believe that's by design but thought I'd ask if there are plans to add that, and perhaps the html-based help back in to this newer version? TIA! |
We need to add operations for GitHub Gist code snippets.
Gists
https://developer.github.com/v3/gists/
The text was updated successfully, but these errors were encountered: