BuildingToolsWithGithubBook icon indicating copy to clipboard operation
BuildingToolsWithGithubBook copied to clipboard

Building Tools with GitHub (read it free online)

Results 9 BuildingToolsWithGithubBook issues
Sort by recently updated
recently updated
newest added
trafficstars

As noted in https://github.com/xrd/advanced-github-oreilly/pull/13#issuecomment-102646878: > For example, show how hub works with the enterprise server. Show an example of the ruby library configured to use the API from the enterprise...

Most of the examples leave out that testing is am back and forth process. Write a little of the test, changes some code, change the test...

Section: https://github.com/xrd/advanced-github-oreilly/blob/jpoz/chapter-10-go.asciidoc#setting-up-our-webhooks-endpoint I don't know how the long code snippet will read in a book format, as it might stretch into multiple pages. I had a lengthy code section in...

golang

Craft a story in the very first section that tells the user why they would build such a tool: - Go is a great tool for quickly building prototypes that...

golang

Oh, if you need to talk about retrieving an oAuth token (not sure if I saw that in there) I have a section in the Hubot chapter about that. Since...

golang

[1/21/15, 9:31:13 PM] Chris Dawson: I added to each page the five principles which I thought we should have in each chapter: Ease, Depth, Complete, Expansive , Expedited. If it...

golang

Details: https://gist.github.com/xrd/264016ae2eeb9a96c015

golang

Simple question: can you add a "why use a Makefile" addition to the Makefile section (https://github.com/xrd/advanced-github-oreilly/blob/jpoz/chapter-10-go.asciidoc#makefile). Meaning, is there a benefit to using a Makefile? Make it easier for people...

golang