1.1.0 • Published 7 years ago
git-started v1.1.0
Git Started
Installation
npm install --global git-startedor
npm i -g git-startedSet up personal access token with rights to read:gpg_key, read:org, read:public_key, read:repo_hook, repo, user.
Set up an environment variable named GITHUB_TOKEN where your personall access token will reside.
Usage
git-started --user <github username> [...options]Options:
| Flag | Type | Description |
|---|---|---|
| -u, --user | String | Github username to query repositories |
| -s, --ssh | Null | If true, use ssh url to clone, if false, use https url to clone |
Contributing
- Fork and clone
- Find an issue
- Check out good first issue or up-for-grabs labels
- Use
npm run committo start the Commitizen prompt to commit your staged changes. - Follow Contributing guidelines to submit pull requests
Bug reports
Please submit bug reports on our issues page Be clear, be concise. If you have a solution, feel free to send a PR and reference the existing issue. See Contributing guidelines for more information