https://github.com/nodejs/node-review
A browser extension that generates the metadata required for landing a Node.js Pull Request
https://github.com/nodejs/node-review
node nodejs
Last synced: 9 months ago
JSON representation
A browser extension that generates the metadata required for landing a Node.js Pull Request
- Host: GitHub
- URL: https://github.com/nodejs/node-review
- Owner: nodejs
- Created: 2016-10-07T16:47:42.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T20:29:10.000Z (about 5 years ago)
- Last Synced: 2024-10-29T16:13:24.388Z (over 1 year ago)
- Topics: node, nodejs
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 15
- Watchers: 6
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-review
Generate review metadata for a Node.js repository.
## Install
```bash
$ git clone git://github.com/nodejs/node-review
$ cd node-review
```
### Google Chrome
Open `chrome://extensions` in Google Chrome and "Load unpacked extension..."
> If you cannot find "Load unpacked extension..." make sure you have "Developer mode" selected in the top right corner
select the folder the git repo is found in.
### Microsoft Edge
Open the "..." menu in Microsoft Edge, click "Extensions", then clean "Load extension"
> If you cannot find "Load extension" open `about:flags` in Microsoft Edge and make sure you have "Enable extension developer features (this might put your device at risk)" selected.
select the folder the git repo is found in.
## Usage
The extension will be disabled unless you are on the "Conversation" tab
in the pull request (https://github.com/nodejs/node/pull/xxxx).
## Author
Evan Lucas
## License
MIT