![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Interact with your git provider from your command line.
First install it globally:
npm install --global git-web
Then you will be able to run your brand new git commands:
git web # Open the repository home
git web -c # Open the list of commits
git web -c COMMITHASH # Open an specific commit
git ci # Open your CI/CD provider
git ci -e ID # Open a CI/CD execution details
git prs # Open PRs list
git pr # Create a new PR from current branch to master
git pr -s feature/1-my-feature -d develop # Create a PR from a feature branch to develop branch
git issues # Open issues list
git issue # Create a new issue
For more information, use git help [command]
or git [command] --help
. For example: git help web
.
This is a CLI utility inspired by git-open, but implemented in node. Why? Because I think it has a wider community that can use and contribute to the project.
Open your git web interface right from your terminal! Both git and CI/CD will be autodetected using your git remote(s) and your repository config files.
The following features are available for git providers:
AWS Codecommit | Bitbucket | Github | Gitlab | |
---|---|---|---|---|
Open repository home | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open commits list | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open an specific commit | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open pipeline executions list | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open an specific pipeline execution | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open pull requests list | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open an specific pull request | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open PR creation screen | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Fork a repository | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open issues list | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Open an specific issue | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Create a new issue | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
NP: Not provided. Feature is not available in the provider.
And the following CI/CD providers are supported and autodetected:
CircleCI | Travis | |
---|---|---|
Open pipeline executions list | :heavy_check_mark: | :heavy_check_mark: |
Open an specific pipeline execution | :heavy_check_mark: | :heavy_check_mark: |
All contributions are welcome. There are a couple of ways to do so:
And always remember to be nice to each other!
MIT
[1.0.0] - 2023-02-14
FAQs
A CLI utility to interact with git providers on the web
The npm package git-web receives a total of 2 weekly downloads. As such, git-web popularity was classified as not popular.
We found that git-web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.