Atom IDE Package to retrieve git review comments line by line.
- Integrated with Git using npm package [github]
- Get Git Config From Atom Git Repos
- Fetch Pull Request Comments And Display Near Line Number
- 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
-
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.
- 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