0.0.13 • Published 5 years ago

@holistic-web/github-tools v0.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Github Tools

CLI that makes it easier to work with github. Powered by commander and octokit.

Usage

Use this package directly with npx:

npx @holistic-web/github-tools list-repos --org holistic-web

Commands

list-repos

List all repos for the authenticated user or an organisation | option | Description | |--------------------|------------------------------------| | -o, --org <org>' | The organization to list repos for |

Configuration

Environment VariableDescription
GITHUB_ACCESS_TOKENYour github access token (see below)

Github Personal Access Token Scopes

Personal access tokens in github are created here: https://github.com/settings/tokens/new. When creating a token you need to provide a scope. Here are the scopes required for each command, add whichever you'd like to use.

CommandScopes
list-reposrepo

Publish Changes

This project automatically publishes a new version to https://www.npmjs.com/package/@holistic-web/github-tools on merge to the master branch. It requires the secret NPM_TOKEN to be set in github for this repository.

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago