git-started
v1.1.0
Published
Browse repositories by users. Quickly fork and clone.
Downloads
6
Maintainers
Readme
Git Started
Installation
npm install --global git-started
or
npm i -g git-started
Set 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 commit
to 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