Skip to content

Atom IDE Package to pull 'git review comments' line by line directly to editor

License

Notifications You must be signed in to change notification settings

PrototypeInteractive/git-review-comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This is how it works V 0.0.2

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

A demo of  package V 0.0.1

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

Reference

A screenshot of your package