Book description
For your next project on GitHub, take advantage of the service’s powerful API to meet your unique development requirements. This practical guide shows you how to build your own software tools for customizing the GitHub workflow. Each hands-on chapter is a compelling story that walks you through the tradeoffs and considerations for building applications on top of various GitHub technologies.
If you’re an experienced programmer familiar with GitHub, you’ll learn how to build tools with the GitHub API and related open source technologies such as Jekyll (site builder), Hubot (NodeJS chat robot), and Gollum (wiki).
- Build a simple Ruby server with Gist API command-line tools and Ruby’s "Octokit" API client
- Use the Gollum command-line tool to build an image management application
- Build a GUI tool to search GitHub with Python
- Document interactions between third-party tools and your code
- Use Jekyll to create a fully-featured blog from material in your GitHub repository
- Create an Android mobile application that reads and writes information into a Jekyll repository
- Host an entire single-page JavaScript application on GitHub
- Use Hubot to automate pull request reviews
Publisher resources
Table of contents
- Preface
- 1. The Unclad GitHub API
- 2. Gists and the Gist API
- 3. GitHub Wikis with Gollum
- 4. Python and the Search API
- 5. .NET and the Commit Status API
-
6. Ruby and Jekyll
- Learning and Building with Jekyll
- What Is Jekyll?
- Jekyll Blog Quick Start
- Importing from Other Blogs
-
Scraping Sites into Jekyll
- Jekyll Scraping Tactics
- Setting Up
- Scraping Titles
- Refinining with Interactive Ruby
- Writing Tests and Caching
- Writing Jekyll Posts
- Using the Jekyll Command-Line Tool
- Master Index File with Liquid Markup
- Scraping Body and Author
- Adding Images to Jekyll
- Customizing Styling (CSS)
- Inviting Contributions with GitHub “Fork”
- Publishing Our Blog to GitHub
- Summary
- 7. Android and the Git Data API
- 8. CoffeeScript, Hubot, and the Activity API
- 9. JavaScript and the Git Data API
- A. GitHub Enterprise
- B. Ruby, NodeJS, (and the Shell) at GitHub
- Index
Product information
- Title: Building Tools with GitHub
- Author(s):
- Release date: February 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491933459
You might also like
book
Front-End Tooling with Gulp, Bower, and Yeoman
Front-End Tooling with Gulp, Bower, and Yeoman teaches you how to use and combine these popular …
book
Hands-On Full Stack Web Development with Aurelia
Develop rich and scalable web applications with Node.js, Express.js, and MongoDBAbout This Book Learn the advanced …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …