Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Reviewdog | 6,704 | 1 | 28 | a day ago | 155 | June 19, 2023 | 114 | mit | Go | |
🐶 Automated code review tool integrated with any code analysis tools regardless of programming language | ||||||||||
Danger | 5,223 | 1,302 | 68 | 2 days ago | 179 | June 06, 2023 | 158 | mit | Ruby | |
🚫 Stop saying "you forgot to …" in code review (in Ruby) | ||||||||||
Danger Js | 5,010 | 2,262 | 598 | 11 days ago | 310 | July 31, 2023 | 161 | mit | TypeScript | |
⚠️ Stop saying "you forgot to …" in code review | ||||||||||
Nodejsscan | 2,233 | 5 days ago | 6 | gpl-3.0 | CSS | |||||
nodejsscan is a static security code scanner for Node.js applications. | ||||||||||
Hound | 1,934 | 3 months ago | 64 | mit | Ruby | |||||
Automated code review for GitHub pull requests. | ||||||||||
Awesome Open Source Supporters | 585 | 24 days ago | cc0-1.0 | |||||||
⭐️ A curated list of companies that offer their services for free to Open Source projects | ||||||||||
Cpp Project | 551 | 3 months ago | 1 | unlicense | CMake | |||||
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports. | ||||||||||
Chatgpt Action | 491 | 6 months ago | 13 | mit | JavaScript | |||||
Let ChatGPT review PRs for you | ||||||||||
Woke | 364 | 1 | 8 months ago | 71 | July 28, 2022 | 34 | mit | Go | ||
Detect non-inclusive language in your source code. | ||||||||||
Njsscan | 318 | 1 | a month ago | 32 | January 31, 2022 | 7 | lgpl-3.0 | JavaScript | ||
njsscan is a semantic aware SAST tool that can find insecure code patterns in your Node.js applications. |
Formalize your Pull Request etiquette.
What is Danger JS? • Vision • Helping Out • Plugin Development
Danger runs after your CI, automating your team's conventions surrounding code review.
This provides another logical step in your process, through which Danger can help lint your rote tasks in daily code review.
You can use Danger to codify your team's norms, leaving humans to think about harder problems.
Danger JS works with GitHub, BitBucket Server, BitBucket Cloud for code review, then with: Travis CI, GitLab CI, Semaphore, Circle CI, GitHub Actions, Jenkins, Docker Cloud, Bamboo, Bitrise, surf-build, Codeship, Drone, Buildkite, Nevercode, buddybuild, Buddy.works, TeamCity, Visual Studio Team Services, Screwdriver, Concourse, Netlify, CodeBuild, Codefresh, AppCenter, BitBucket Pipelines, Cirrus CI, Codemagic or Xcode Cloud.
You can:
Danger provides the glue to let you build out the rules specific to your team's culture, offering useful metadata and a comprehensive plugin system to share common issues.
Alright. So, actually, you may be in the wrong place. From here on in, this README is going to be for people who are interested in working on and improving on Danger JS.
We keep all of the end-user documentation at http://danger.systems/js.
Some quick links to get you started:
Awesommmmee. Everything you need is down below. You can also refer to CONTRIBUTING file where you'll find the same information listed below.
git clone https://github.com/danger/danger-js.git
cd danger-js
# if you don't have yarn installed
npm install -g yarn
yarn install
You can then verify your install by running the tests, and the linters:
yarn test
yarn lint
The fixers for both tslint and prettier will be applied when you commit, and on a push your code will be verified that it compiles.
You can run your dev copy of danger against a PR by running:
yarn build; node --inspect distribution/commands/danger-pr.js https://github.com/danger/danger-js/pull/817
Check the architecture doc.
Check the issues, I try and keep my short term perspective there. Long term is in the VISION.md.
Following this commit as a model:
main
branch. Ensure your working tree is clean, and make sure you have the latest changes by running
git pull; yarn
.npm run release -- patch --ci
.🚢
We try to keep as much discussion as possible in GitHub issues, but also have a pretty inactive Slack --- if you'd like an invite, ping @Orta a DM on Twitter with your email. It's mostly interesting if you want to stay on top of Danger without all the emails from GitHub.
This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs but don't have access to deploy.
This project subscribes to the Moya Contributors Guidelines which TLDR: means we give out push access easily and often.
Contributors subscribe to the Contributor Code of Conduct based on the Contributor Covenant version 1.3.0.