/open-on-remote

Open git project on remote in default browser

Primary LanguageJavaScript

open-on-remote

Open git project on remote in default browser.

Support Git hosting services,test with GitHub and GitLab.

command

type or in git project folder, then open-on-remote will open the current project on remote in default browser.

or means open remote.

params

if abbreviation and full name were both existed, only the abbreviation will be read.

-b or --branch to set custom branch name.

or -b master
or --branch master

-f or --file to set specified file.

or -f README.md
or --file README.md

TODO

  • support custom branch name
  • support specified file
  • support dev env not open browser
  • support auto build & publish