Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.43 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.43 KB

good-samaritan

oclif Version Downloads/week License Coverage Status

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

  1. Set a breakpoint in the editor.
  2. Run Debug: Create JavaScript Debug Terminal
  3. Run good-samaritan in the new terminal.

Cutting a new release

  1. npm run release
  2. npm publish