https://github.com/stdavis/good-samaritan
Find open issues in open source dependencies of your NodeJS project that you can help with.
https://github.com/stdavis/good-samaritan
Last synced: 2 months ago
JSON representation
Find open issues in open source dependencies of your NodeJS project that you can help with.
- Host: GitHub
- URL: https://github.com/stdavis/good-samaritan
- Owner: stdavis
- License: mit
- Created: 2019-10-05T06:09:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T20:41:57.000Z (8 months ago)
- Last Synced: 2025-03-17T22:54:48.556Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.35 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# good-samaritan
[](https://oclif.io)
[](https://npmjs.org/package/good-samaritan)
[](https://npmjs.org/package/good-samaritan)
[](https://github.com/stdavis/good-samaritan/blob/main/package.json)
[](https://coveralls.io/github/stdavis/good-samaritan?branch=main)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](src/authentication.js)).
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
1. Set a breakpoint in the editor.
1. Run `Debug: Create JavaScript Debug Terminal`
1. Run `good-samaritan` in the new terminal.### Cutting a new release
1. `npm run release`
1. `npm publish`