Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Development Tools

Development Tools

375 projects

Showing 36 of 375 projects

autoflake
autoflakePython

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

#hacktoberfest#code-cleanup#pre-commit
Stars957
Forks88
Last commit5 days ago
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
Forks80
Last commit5 months ago
VSCode Icons
VSCode Icons

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

#open-source-icons#figma#icons
Stars945
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
Stars938
Forks58
Last commit10 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
Stars879
Forks38
Last commit1 year 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
Stars871
Forks66
Last commit5 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
Stars846
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
Stars842
Forks566
Last commit3 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
Stars834
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
Stars826
Forks79
Last commit3 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
Forks38
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
Stars789
Forks48
Last commit10 months 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
Stars786
Forks102
Last commit5 years 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
Stars779
Forks37
Last commit8 months ago
electron-debug
electron-debugJavaScript

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

#desktop-apps#keyboard-shortcuts#nodejs
Stars778
Forks56
Last commit1 year 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
Stars778
Forks41
Last commit1 month 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
Stars764
Forks67
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
Stars754
Forks26
Last commit10 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
Stars744
Forks37
Last commit1 month 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
Stars740
Forks43
Last commit8 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
Stars717
Forks374
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
Stars708
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
Stars694
Forks88
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 commit3 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
Stars662
Forks118
Last commit17 days ago
Alchemist.vim
Alchemist.vimElixir

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

#elixir#elixirsense#language-server
Stars646
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
Stars646
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
Stars626
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
Stars622
Forks43
Last commit5 years ago
PreviousPage 5 of 11

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 days ago
Next
#Debugging84
#Testing40
#Static Analysis37
#Nodejs36
#Php35
#Cli Tool33
#Code Quality33
#Javascript32
#Ruby Gem23
#Logging22
#Ios22
#Swift21