good-samaritan
v1.6.2
Published
Find open issues from open source dependencies of your project.
Downloads
112
Readme
good-samaritan
Help make the world a better place by finding open GitHub issues for open source dependencies of your NodeJS project that you can help with.
Requires a GitHub account for rate limits only (no scopes are requested).
Only issues that are labeled as "help wanted" are shown by default.
Usage
Run npx good-samaritan
from the root of any project with a package.json
file.
Or, alternatively, install this project globally via: npm install -g good-samaritan
and then run good-samaritan
.
Development
Local installation
npm link
Then you should be able to run good-samaritan
anywhere.
Debugging in VSCode
- Set a breakpoint in the editor.
- Run
Debug: Create JavaScript Debug Terminal
- Run
good-samaritan
in the new terminal.
Cutting a new release
npm run release
npm publish