1.2.4 • Published 5 years ago

git-observer v1.2.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Features

  • Saves you time while launching and finding the issues, commits or pull-requests on browser
  • You can easily add, edit, delete and switch between git-observer projects
  • Automatically fills required fields while creating projects if within git repository
  • Supports multiple projects and multiple repositories for each project (ie: different issue repository)

How To Install:

Using NPM

npm i git-observer

Download

  • Download the latest release
  • Within the directory, from your terminal
    • npm install
    • npm link (might ask for permission depending on your OS)

How To Use:

You can run the app by typing gob or git-observer.

FieldsDescription
Repository NameYour repository name
Repository CommitsLink to your commits (ie. https://github.com/excalith/git-observer/commit/ )
Repository IssuesLink to your issues (ie. https://github.com/excalith/git-observer/issues/ )
Repository Pull-RequestsLink to your pull-requests (ie. https://github.com/excalith/git-observer/pull/ )

Whenever you create a project, app sets it as default project. You can then run commands to launch corresponding page from terminal.

Available Commands:

CommandDescription
gobAdd new project on first run or show help
gob -a --addAdd a new project to observer
gob -s --switchSwitch to another project on observer
gob -e --editEdit settings file (JSON)
gob -d --deleteDelete a project from observer
gob -i --issue NumberOpen issue on browser
gob -c --commit HashOpen commit on browser
gob -p --pull NumberOpen pull request on browser
gob -u --updateCheck for updates
gob -h --helpShow help

How To Contribute

Please feel free to contribute!

  • Create issues for both issues and feature requests
  • Create pull requests to develop for anything listed in issues
    • Please use prefixes such as Add, Fix, Update etc. before your commit message
    • Please be brief about your commit message

License

This project is licensed under the MIT License - see the LICENSE.md file for details.