Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hesto2/dopen
Tool that opens various github pages from the command line
https://github.com/hesto2/dopen
Last synced: about 2 months ago
JSON representation
Tool that opens various github pages from the command line
- Host: GitHub
- URL: https://github.com/hesto2/dopen
- Owner: hesto2
- Created: 2018-03-07T00:37:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T17:39:41.000Z (almost 7 years ago)
- Last Synced: 2024-10-27T23:26:56.149Z (2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dopen
Tool that will take care of the following for you from the command line:
- Open a github repo's page
- Open up to a specific branch
- Open a new PR
- Open to a Jira ticket (that matches your branch name)## Installation
`npm install -g dopen`## Usage
Dopen must be run from within a github project in order to work. Here are a list of the available commands:
```
dopen r - Opens the github's main repo page
dopen b - Opens the branch on github
dopen p - Opens the "new pull request" page
dopen op - Opens the "Open Pull requests" page
dopen j - Opens the ticket with the same name as the current branch in Jira
```