Skip to content

1313labs/reviewpls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reviewpls

Securely send git diffs for teammates to comment

Installation

yarn global add reviewpls

Development

  • Remove your installed version of reviewpls.
    yarn global remove reviewpls
    
  • Being inside the folder of this project, symlink the package.
    yarn link
    
  • Done, now you can run reviewpls and it will run the stuff inside this folder. You can easily change the code and run reviewpls again to see the changes.

Updating package

  • Increase the version on package.json

  • Run npm publish derp