Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devtools Frontend | 2,685 | 594 | 35 | 21 hours ago | 2,008 | August 30, 2022 | 107 | bsd-3-clause | TypeScript | |
The Chrome DevTools UI | ||||||||||
Node.js Troubleshooting Guide | 1,118 | 4 years ago | 1 | other | ||||||
Node.js 应用线上/线下故障、压测问题和性能调优指南手册(一期更新结束) | ||||||||||
Redux Devtools Diff Monitor | 179 | 87 | 11 | 6 years ago | 28 | April 28, 2016 | 3 | JavaScript | ||
Commitlog | 74 | 4 months ago | 37 | April 19, 2022 | 3 | mit | Go | |||
Generate Changelogs from Commits (CLI) | ||||||||||
Git Privacy | 69 | 9 months ago | 4 | bsd-2-clause | Python | |||||
Redact Git author and committer dates to keep committing behaviour more private. | ||||||||||
St3 Gitblame | 43 | a year ago | 5 | mit | Python | |||||
Show Git blame information while viewing a file in Sublime Text | ||||||||||
Gitnotify | 37 | 3 years ago | November 28, 2016 | 3 | mit | Go | ||||
Notify users about new branches and track commits/merges done on branches | ||||||||||
Komit | 35 | a month ago | 1 | mit | JavaScript | |||||
An interactive prompt for conventional commit messages that doesn't get in your way. Designed to run as a git hook. | ||||||||||
Repotools | 28 | 4 months ago | 12 | January 09, 2020 | 2 | isc | Rust | |||
Short names, big time savings – a collection of commands for the git operations you perform most often | ||||||||||
Servicenow Devtools | 26 | a day ago | ||||||||
Code library and tools for ServiceNow developers |
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found in docs/triage_guidelines.md.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found in docs/workflows.md.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466
) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.