@tsnp/ongit
v0.1.1
Published
Wake up the browser in the terminal and open the git repository of the current/specified folder
Downloads
2
Readme
ongit
Wake up the browser in the terminal and open the git repository of the current/specified folder
Install
npm install -g @tsnp/ongit
Usage
- For the current folder
ongit
- For the specified folder
ongit path/to/your/folder
Error Code
- -1: Maybe this folder is not a git project.
- -2: The git project does not have a origin address set.
- -3: The origin address may be illegal or the program has a bug, please create issue here.