0.0.13 • Published 3 years ago

@holistic-web/github-tools v0.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago