Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrainn/hubbot
📦 NPM Package - Allows you to quickly access project resources such as GitHub issues and home pages
https://github.com/rrainn/hubbot
github npm-package
Last synced: 23 days ago
JSON representation
📦 NPM Package - Allows you to quickly access project resources such as GitHub issues and home pages
- Host: GitHub
- URL: https://github.com/rrainn/hubbot
- Owner: rrainn
- License: mit
- Created: 2017-09-24T20:58:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T18:08:26.000Z (about 7 years ago)
- Last Synced: 2024-12-09T16:55:57.754Z (30 days ago)
- Topics: github, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hubbot
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubbot [![NPM version](https://badge.fury.io/js/hubbot.svg)](http://badge.fury.io/js/hubbot) [![Known Vulnerabilities](https://snyk.io/test/github/rrainn/hubbot/badge.svg)](https://snyk.io/test/github/rrainn/hubbot) [![Dependencies](https://david-dm.org/rrainn/hubbot.svg)](https://david-dm.org/rrainn/hubbot) [![Dev Dependencies](https://david-dm.org/rrainn/hubbot/dev-status.svg)](https://david-dm.org/rrainn/hubbot?type=dev)
hubbot is a tool that allows you to quickly view important details related to your code. Below is a list of example of what hubbot can do.
## Install:
`npm install -g hubbot`
## Examples:
#### Bugs:
- `hubbot bugs` - opens GitHub issues page
- `hubbot issues` - opens GitHub issues page#### Homepage:
- `hubbot home` - opens GitHub repo page
- `hubbot homepage` - opens GitHub repo page#### Pull Requests:
- `hubbot pr` - opens GitHub pull requests page
- `hubbot pullrequest` - opens GitHub pull requests page
- `hubbot pulls` - opens GitHub pull requests page