knope 0.7.0

A command line tool for automating common development tasks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# GitHub

Details needed to use steps that reference GitHub repos.

## Example

```TOML
# knope.toml

[github]
owner = "knope-dev"
repo = "knope"
```

The first time you use a step which requires this config, you will be prompted to generate a GitHub API token so knope can perform actions on you behalf. To bypass this prompt, you can manually set the `GITHUB_TOKEN` environment variable.