Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Development Tools

Development Tools

600 projects

Showing 36 of 600 projects

run-sequence
run-sequenceJavaScript

Run a series of dependent gulp tasks in order, including parallel execution, with proper completion tracking.

#task-sequencing#workflow-automation#build-automation
Stars956
Forks56
Last commit8 years ago
mix_test_watch
mix_test_watchElixir

Automatically runs Elixir project tests on file changes to support test-driven development workflows.

#elixir#productivity#tdd
Stars955
Forks82
Last commit7 months ago
autoflake
autoflakePython

Removes unused imports and unused variables from Python code using pyflakes.

#hacktoberfest#code-cleanup#pre-commit
Stars954
Forks91
Last commit2 days ago
VSCode Icons
VSCode Icons

Official SVG icon set for Visual Studio Code, including dark and light theme variants.

#open-source-icons#figma#icons
Stars947
Forks106
Last commit4 years ago
Graph-Composer
Graph-ComposerPHP

A command-line tool that generates visual dependency graphs from PHP Composer projects.

#composer#command-line-tool#graphviz
Stars935
Forks58
Last commit11 months ago
aggressive-indent (Emacs)
aggressive-indent (Emacs)Emacs Lisp

An Emacs minor mode that automatically reindents code after every edit, keeping it always properly formatted.

#emacs#editor-plugin#indentation
Stars880
Forks37
Last commit2 years ago
Dotnet Serve
Dotnet ServeC#

A simple command-line HTTP/HTTPS server for the .NET Core CLI that serves files from the current directory.

#reverse-proxy#http-server#self-signed-certificates
Stars876
Forks66
Last commit6 months ago
elixir-ls
elixir-lsElixir

A frontend-independent language server implementing the Language Server Protocol for Elixir, with debugger support via VS Code's debugger protocol.

#elixir#ide-support#editor-integration
Stars845
Forks49
Last commit6 years ago
DebugKit plugin
DebugKit pluginPHP

A debugging toolbar and enhanced debugging tools for CakePHP applications during local development.

#cakephp#plugin#logging
Stars839
Forks566
Last commit23 days ago
dyson
dysonJavaScript

A Node.js server for creating dynamic, fake JSON APIs with configurable endpoints and realistic mock data.

#json-server#fake-data#frontend-development
Stars832
Forks61
Last commit3 years ago
HttpLog
HttpLogRuby

A Ruby gem for logging outgoing HTTP requests from your application to aid debugging and understanding API interactions.

#rails#api-debugging#http
Stars827
Forks78
Last commit5 months ago
msavin:mongol
msavin:mongolJavaScript

In-app MongoDB editor for Meteor that lets developers view and edit client documents directly in the browser.

#meteor-package#minimongo#devtool
Stars823
Forks38
Last commit7 years ago
atmo
atmoTypeScript

An Electron app for creating mock HTTP endpoints with custom responses for demos and prototypes.

#json-api#zeit#demo-tools
Stars813
Forks37
Last commit5 years ago
TernJS
TernJSPython

A Sublime Text package that adds Tern-based JavaScript autocompletion, definition jumping, and documentation support.

#productivity#sublime-text#editor-plugin
Stars798
Forks52
Last commit3 years ago
Polo
PoloRuby

A Ruby gem that traverses ActiveRecord associations to generate SQL snapshots of real-world data for development environments.

#database-fixtures#snapshot#database
Stars788
Forks48
Last commit11 months ago
PCOV
PCOVC

A self-contained, high-performance code coverage driver for PHP that's compatible with PHPUnit's CodeCoverage library.

#test-coverage#phpunit#testing
Stars787
Forks38
Last commit3 days ago
nvim-gdb
nvim-gdbLua

A thin Neovim wrapper for GDB, LLDB, PDB/PDB++, and BashDB, enabling integrated debugging within the editor.

#bashdb#bash-debugging#python-debugging
Stars783
Forks41
Last commit1 month ago
Forgery
ForgeryRuby

A Ruby gem for generating fake data with a simple syntax and customizable dictionaries for testing and development.

#rails#fake-data#ruby-gem
Stars783
Forks101
Last commit6 years ago
electron-debug
electron-debugJavaScript

Adds keyboard shortcuts and DevTools automation to Electron apps for easier debugging during development.

#desktop-apps#keyboard-shortcuts#nodejs
Stars782
Forks55
Last commit1 year ago
gulp-livereload
gulp-livereloadJavaScript

A lightweight Gulp plugin that automatically reloads the browser when source files change during development.

#browser-refresh#frontend-development#workflow-automation
Stars763
Forks70
Last commit6 years ago
hot-lib-reloader
hot-lib-reloaderRust

A Rust development tool that enables live code reloading without restarting the application, for faster feedback cycles.

#hot-reloading#productivity#libloading
Stars757
Forks26
Last commit11 months ago
IceCream-Cpp
IceCream-CppC++

A single-header C++ library for expressive and concise print debugging, replacing cout/printf with powerful formatting and lazy evaluation.

#formatting#c-plus-plus-11#print-debugging
Stars748
Forks37
Last commit3 months ago
gulp-changed
gulp-changedJavaScript

A Gulp plugin that filters streams to only pass through files changed since the last run.

#stream-processing#build-optimization#file-watching
Stars739
Forks43
Last commit9 months ago
JCL
JCLPascal

A comprehensive collection of utility functions and non-visual classes for Delphi and C++ Builder projects.

#object-pascal#pascal#non-visual-components
Stars720
Forks376
Last commit21 days ago
rnix-lsp
rnix-lspRust

A language server for Nix providing syntax checking, completion, renaming, and formatting.

#language-server#syntax-checking#nix
Stars710
Forks41
Last commit2 years ago
Maily
MailyRuby

A Rails Engine to preview, manage, and test email templates directly in the browser.

#hooks#email-testing#email-templates
Stars707
Forks30
Last commit2 years ago
Delphi IDE theme editor / Delphi IDE Colorizer
Delphi IDE theme editor / Delphi IDE ColorizerPascal

A tool to customize syntax color highlighting in Delphi (RAD Studio) and Lazarus IDEs for Object Pascal development.

#ide-theming#productivity#object-pascal
Stars695
Forks89
Last commit
modern-cmake-sample
modern-cmake-sampleCMake

A sample project demonstrating modern CMake best practices using targets for a library and executable.

#software-packaging#example-project#dependency-management
Stars678
Forks67
Last commit5 years ago
Debug screens
Debug screensJavaScript

A Tailwind CSS plugin that displays the currently active responsive breakpoint on screen for debugging.

#tailwindcss-plugin#css-plugin#tailwind
Stars675
Forks19
Last commit1 year ago
binding_ _of__caller
binding_ _of__callerRuby

Retrieve the binding of a method's caller in MRI Ruby and Rubinius for debugging purposes.

#rubinius#gem#introspection
Stars673
Forks57
Last commit5 months ago
delve
delveGo

A debugger for the Go programming language designed to be simple, full-featured, and easy to use.

#go-ecosystem#golang-tooling#cli-tool
Stars661
Forks118
Last commit1 day ago
Alchemist.vim
Alchemist.vimElixir

A Vim plugin providing Elixir language integration with completion, documentation, and navigation using ElixirSense.

#elixir#elixirsense#language-server
Stars645
Forks38
Last commit2 years ago
Stagehand
StagehandDart

A discontinued Dart project generator for web apps, console apps, servers, and other Dart projects.

#dart#dart-sdk#project-templates
Stars645
Forks117
Last commit5 years ago
set-simulator-location
set-simulator-locationSwift

A CLI tool for setting location in the iOS Simulator via coordinates or place search.

#ios#simulator#location
Stars644
Forks33
Last commit3 years ago
Orchestra
OrchestraClojure

A Clojure(Script) library providing complete instrumentation for clojure.spec, validating args, ret, and :fn specs.

#functional-programming#instrument#clojurescript
Stars625
Forks25
Last commit5 years ago
vim-racer
vim-racerVim Script

A Vim plugin providing Rust code completion and navigation using the Racer tool.

#racer#editor-integration#development-tools
Stars623
Forks42
Last commit5 years ago
PreviousPage 5 of 17

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
1 month ago
Next
#Debugging110
#Php61
#Testing57
#Static Analysis51
#Code Quality46
#Javascript44
#Nodejs43
#Cli Tool43
#Productivity32
#Python31
#Cross Platform30
#Logging30