0.3.4 • Published 2 years ago

github-assistant v0.3.4

Weekly downloads
178
License
MIT
Repository
github
Last release
2 years ago

GitHub Assistant

npm version

Scripts to programmatically help with GitHub tasks.

Install

Install and add to devDependencies

npm install github-assistant --save-dev

Features

Creating Releases

Add a script to your package.json

{
  "scripts": {
    "release:create": "create-release"
  }
}

Usage

Usage: create-release [options]

Options:
  --repo, -r          Name of the repo in the format username/reponame
                                                             [string] [required]
  --tag, -t           Version tag to use for the release     [string] [required]
  --branch, -b        Branch to use for the release          [string] [required]
  --gh-token-env-var  Environment variable name for GitHub access token
                                                  [string] [default: "GH_TOKEN"]
  --gh-api-base-url   Base URL of the GitHub API
                                    [string] [default: "https://api.github.com"]
  --prerelease, -p    Mark as a pre-release           [boolean] [default: false]
  --hide-docs         Omit Documentation section from the release notes
                                                      [boolean] [default: false]
  --dry-run           Skip the creation of the release on GitHub, but do
                      everything else                 [boolean] [default: false]
  --debug, -d         Turn on console messages        [boolean] [default: false]
  --help              Show help                                        [boolean]
0.3.4-rc.0

2 years ago

0.3.4

2 years ago

0.3.3-rc.0

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.2-rc.0

3 years ago

0.3.1

3 years ago

0.3.1-rc.2

3 years ago

0.3.1-rc.1

3 years ago

0.3.1-rc.0

4 years ago

0.3.0

5 years ago

0.3.0-rc.3

5 years ago

0.3.0-rc.2

5 years ago

0.3.0-rc.1

5 years ago

0.3.0-rc.0

5 years ago

0.2.0

5 years ago

0.2.0-rc.5

5 years ago

0.2.0-rc.4

5 years ago

0.2.0-rc.3

5 years ago

0.2.0-rc.2

5 years ago

0.2.0-rc.1

5 years ago

0.2.0-rc.0

5 years ago

0.1.1-rc.5

5 years ago

0.1.1-rc.4

5 years ago

0.1.1-rc.3

5 years ago

0.1.1-rc.2

5 years ago

0.1.1-rc.1

5 years ago

0.1.1-rc.0

5 years ago