git-review-comments package
Atom IDE Package to retrieve git review comments line by line.
Current Status (V 0.0.2)
- Integrated with Git using npm package [github]
- Get Git Config From Atom Git Repos
- Fetch Pull Request Comments And Display Near Line Number
V 0.0.1
- This is initial commit for Atom IDE Package
- This is generated using command
Package Generator: Generate Package
in Command Palette - For Demo of Generic Atom Package we have implemented below feature Refer Tutorial
- Fetch Html of Any url - Screenshot taken from Tutorial
Requirements
-
APM: Atom Package Manager command line tool
You can install apm by opening Atom and navigating to Atom > Install Shell Commands in the application menu. Check APM using apm -v
-
Node.js: for all the magic
Nodejs is necessary for bower, gulp, and all the extra modules you might need.
How to proceed [for developers]
- Clone [or Fork]
- Check Requirements:
apm -v
- Install dependencies
npm i
- Open the Command Palette
Cmd+Shift+P
- Run
Window: Reload
- Go To Package Settings to Configure Git Username and Token