Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Developer Tools

Developer Tools

2903 projects

Showing 36 of 2857 projects

Git Style Guide
Git Style Guide

A comprehensive style guide for Git covering branch naming, commit messages, merging strategies, and best practices.

#version-control#developer-tools#style
Stars5.1k
Forks411
Last commit3 years ago
alex
alexJavaScript

A linter that catches insensitive, inconsiderate writing in plain text, HTML, Markdown, and MDX.

#alex#hacktoberfest2018#developer-tools
Stars5.1k
Forks214
Last commit1 year ago
write-good
write-goodJavaScript

A naive linter for English prose that helps developers improve their writing by detecting common style issues.

#developer-tools#writing#text-analysis
Stars5.1k
Forks189
Last commit1 year ago
typeshed
typeshedPython

A collection of external type annotations (stubs) for the Python standard library and third-party packages.

#developer-tools#ide-support#stub
Stars5.1k
Forks2.0k
Last commit22 hours ago
Code Review
Code Review

A curated collection of resources about code review practices, tools, and research.

#peer-review#developer-tools#software-quality
Stars5.1k
Forks374
Last commit1 year ago
SublimeCodeIntel
SublimeCodeIntelPython

Full-featured code intelligence and smart autocomplete plugin for Sublime Text, supporting over 30 programming languages.

#multi-language#auto-complete#developer-tools
Stars5.1k
Forks524
Last commit2 years ago
Linux
Linux

A curated list of awesome Linux distributions, applications, tools, and learning resources.

#developer-tools#open-source#desktop-environments
Stars5.0k
Forks421
Last commit3 years ago
Unicorn
UnicornJavaScript

An ESLint plugin with over 100 powerful rules to enforce modern JavaScript best practices and catch errors.

#linting-rules#developer-tools#automated-fixes
Stars5.0k
Forks482
Last commit23 hours ago
pytype
pytypePython

A static type analyzer for Python code that performs type inference and checking using inline annotations and interface files.

#developer-tools#linter#typing
Stars5.0k
Forks289
Last commit3 months ago
forgit
forgitShell

A utility tool powered by fzf for using git interactively with fuzzy-finding and visual selection.

#developer-tools#productivity#fish
Stars5.0k
Forks160
Last commit10 days ago
Extension.js
Extension.jsTypeScript

A framework for developing, building, and previewing cross-browser extensions with a unified workflow.

#playwright#developer-tools#javascript-framework
Stars5.0k
Forks129
Last commit1 day ago
Fish
Fish

A curated collection of the best plugins, prompts, and resources for the Fish shell.

#developer-tools#cli-enhancement#productivity-tools
Stars5.0k
Forks147
Last commit4 months ago
gocode
gocodeGo

A daemon providing fast, context-sensitive autocompletion for Go code in editors like Vim, Neovim, and Emacs.

#autocompletion#developer-tools#emacs-plugin
Stars5.0k
Forks654
Last commit4 months ago
Greenshot
GreenshotC#

A lightweight, free screenshot tool for Windows with annotation, editing, and multiple export options.

#hacktoberfest#hacktoberfest2021#developer-tools
Stars5.0k
Forks688
Last commit1 month ago
vite-plus
vite-plusRust

A unified toolchain for web development that combines Vite, Vitest, Oxlint, Oxfmt, Rolldown, and task management into a single CLI.

#frontend-toolchain#developer-tools#zero-config
Stars5.0k
Forks204
Last commit1 day ago
chatgpt-vscode
chatgpt-vscodeTypeScript

A VSCode extension that integrates ChatGPT directly into your editor for code explanations, refactoring, and AI-assisted programming.

#developer-tools#productivity#vscode-extension
Stars4.9k
Forks361
Last commit2 years ago
jscs
jscsJavaScript

A JavaScript code style checker and formatter for enforcing style guides (now merged into ESLint).

#developer-tools#jscs#linter
Stars4.9k
Forks502
Last commit2 years ago
ReactiveSearch
ReactiveSearchJavaScript

UI components library for building search interfaces with Elasticsearch, OpenSearch, Solr, and MongoDB for React and Vue.

#search#developer-tools#data-components
Stars4.9k
Forks470
Last commit9 months ago
reactivesearch-native
reactivesearch-nativeJavaScript

A UI components library for building search interfaces with Elasticsearch, OpenSearch, Solr, and MongoDB for React and Vue.

#search#developer-tools#data-components
Stars4.9k
Forks470
Last commit9 months ago
SimpleCov
SimpleCovRuby

A code coverage analysis tool for Ruby with powerful configuration and automatic merging across test suites.

#developer-tools#rails#test-coverage
Stars4.9k
Forks573
Last commit4 days ago
i18n Ally
i18n AllyTypeScript

A comprehensive VS Code extension for managing and visualizing i18n translations across multiple frameworks.

#i10n#developer-tools#yaml
Stars4.9k
Forks405
Last commit1 year ago
vscode-vue-i18n-ally
vscode-vue-i18n-allyTypeScript

A comprehensive VS Code extension for managing and visualizing i18n translations across multiple frameworks.

#i10n#developer-tools#vscode-extension
Stars4.9k
Forks405
Last commit1 year ago
PortKiller
PortKillerSwift

A cross-platform desktop app for developers to monitor ports, manage Kubernetes port forwards, integrate Cloudflare Tunnels, and kill processes.

#developer-tools#desktop-app#port-management
Stars4.9k
Forks183
Last commit1 day ago
Liam ERD
Liam ERDTypeScript

Automatically generates beautiful and interactive ER diagrams from your database schema.

#orm#database#developer-tools
Stars4.8k
Forks211
Last commit1 day ago
gitmoji-cli
gitmoji-cliJavaScript

An interactive CLI tool for using emojis in Git commit messages according to the gitmoji standard.

#emoji#developer-tools#productivity
Stars4.8k
Forks213
Last commit13 days ago
/create-pull-request
/create-pull-requestTypeScript

Automatically generates beautiful and interactive ER diagrams from your database schema.

#orm#database#developer-tools
Stars4.8k
Forks211
Last commit1 day ago
lolcommits
lolcommitsRuby

A fun tool that captures a webcam snapshot every time you git commit, creating a visual archive of your coding sessions.

#self-documentation#humor#selfie
Stars4.8k
Forks249
Last commit1 month ago
go-humanize
go-humanizeGo

A Go library providing formatters to convert numbers, sizes, times, and ordinals into human-readable strings.

#human-readable#developer-tools#go-library
Stars4.8k
Forks251
Last commit3 months ago
gitlogue
gitlogueRust

A cinematic Git commit replay tool for the terminal, turning your Git history into a living, animated story.

#developer-tools#productivity#git-visualization
Stars4.8k
Forks105
Last commit6 days ago
Golang for Node.js Developers
Golang for Node.js DevelopersGo

A comprehensive guide with side-by-side examples comparing Go and Node.js for developers transitioning between the two languages.

#code-examples#demo#developer-tools
Stars4.8k
Forks531
Last commit
Melody
MelodyRust

A language that compiles to ECMAScript regular expressions, designed for better readability and maintainability.

#compiler#developer-tools#regex
Stars4.7k
Forks57
Last commit1 year ago
ESLint
ESLint

A curated list of awesome ESLint plugins, configs, parsers, formatters, and tools for JavaScript and TypeScript development.

#configurations#developer-tools#plugins
Stars4.7k
Forks250
Last commit1 month ago
awesome-npm
awesome-npm

A curated list of awesome npm resources, tools, packages, and tips for JavaScript developers.

#developer-tools#open-source#npm
Stars4.7k
Forks281
Last commit1 month ago
npm
npm

A curated list of awesome npm resources, tools, packages, clients, and tips for JavaScript developers.

#developer-tools#npm#workflow-optimization
Stars4.7k
Forks281
Last commit1 month ago
now
nowGo

A comprehensive time manipulation toolkit for Go with intuitive date calculations and parsing.

#developer-tools#datetime#time-parsing
Stars4.7k
Forks238
Last commit4 months ago
Frontend development roadmap
Frontend development roadmap

A comprehensive curated collection of frontend development resources, guides, and interview preparation materials.

#developer-tools#webdevelopment#frontend-development
Stars4.7k
Forks895
Last commit1 month ago
PreviousPage 15 of 80

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
3 years ago
Next
#Productivity390
#Cli Tool346
#Awesome List311
#Cli293
#Code Quality286
#Awesome271
#Javascript266
#Static Analysis259
#Command Line251
#Automation213
#Neovim Plugin212
#Terminal198