From 5676ec9fc4ef40925b61ba28efaab9c1fc8189c6 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Sun, 27 Jan 2019 14:44:16 -0500 Subject: [PATCH 1/2] Add ToC --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dfdd3c5..f96e361 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ const tools = new Toolkit() ## API +* [Authenticated GitHub API client](#toolsgithub) +* [Parsing arguments](#toolsarguments) +* [Reading files](#toolsgetfilepath-encoding--utf8) +* [In-repo configuration](#toolsconfigfilename) + ### tools.github Returns an [Octokit SDK](https://octokit.github.io/rest.js) client authenticated for this repository. See [https://octokit.github.io/rest.js](https://octokit.github.io/rest.js) for the API. From bcdbaa34e05ab707e0bd8f8b55f4a96d7d73903d Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Sun, 27 Jan 2019 14:55:52 -0500 Subject: [PATCH 2/2] More items --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f96e361..19d8bd3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ const tools = new Toolkit() * [Authenticated GitHub API client](#toolsgithub) * [Parsing arguments](#toolsarguments) * [Reading files](#toolsgetfilepath-encoding--utf8) +* [Run a CLI command](#toolsruninworkspacecommand-args-execaoptions) * [In-repo configuration](#toolsconfigfilename) +* [Inspect the webhook event payload](#toolscontext) ### tools.github