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

ixm
ixmCMake

A CMake library for writing modern, flexible CMake with reduced boilerplate and sensible defaults.

#boilerplate-reduction#target-expressions#generator-expressions
Stars103
Forks7
Last commit3 years ago
vim-mypy
vim-mypyVim Script

Vim plugin for executing Python's MyPy static type checker directly within the editor.

#open-source#editor-integration#vim
Stars102
Forks15
Last commit6 years ago
Whoops Exceptions
Whoops ExceptionsPHP

A Magento 2 module that integrates the Whoops error handler for enhanced debugging and error display.

#whoops#openmage#module
Stars102
Forks20
Last commit7 days ago
debug.cr
debug.crCrystal

A Crystal macro for puts-style debugging with colorized output, context, and type information.

#macro#type-inspection#runtime-inspection
Stars102
Forks4
Last commit4 months ago
CommandLineParser
CommandLineParserPascal

A simple command line options parser for Delphi applications, originally developed for the DUnitX testing framework.

#commandlineparser#pascal#dunitx
Stars99
Forks29
Last commit15 days ago
Browserify
Browserify

A curated list of awesome Browserify resources, libraries, and tools for bundling Node.js modules in the browser.

#browserify#npm#awesome-list
Stars99
Forks6
Last commit9 years ago
Pywork
PyworkPython

A Yeoman generator that scaffolds a bare-bones Python application with Pipenv, Pydantic, and optional database clients.

#fastapi#generator#pydantic
Stars95
Forks0
Last commit3 years ago
Reqres
ReqresSwift

A lightweight iOS library for logging network requests and responses, supporting Alamofire and NSURLSession.

#ios#nsurlsession#alamofire
Stars93
Forks15
Last commit1 year ago
Backbone
BackboneJavaScript

Backbone-specific linting rules for ESLint to enforce best practices and prevent common errors.

#code-quality#backbonejs#eslint-plugin
Stars92
Forks11
Last commit3 months ago
scipy-stubs
scipy-stubsPython

Provides reliable static type annotations for the entire SciPy library, enabling better IDE support and early error detection.

#scientific-computing#python-typing#scipy
Stars91
Forks36
Last commit1 day ago
swift-project-template
swift-project-templateSwift

A Cookiecutter template for generating Swift iOS projects with a custom structure and optional integrations.

#template#ios#project-template
Stars90
Forks17
Last commit6 years ago
sublime-crystal
sublime-crystalPython

Crystal language syntax highlighting and code completion snippets for Sublime Text 2/3.

#package#ide-support#syntax-highlighting
Stars90
Forks16
Last commit3 years ago
react-native-debug-stylesheet
react-native-debug-stylesheetJavaScript

A React Native debugging tool that adds colored borders or backgrounds to views to help identify layout issues.

#flexbox#layout#visual-debugging
Stars90
Forks7
Last commit10 years ago
lualint
lualintLua

A luac-based static analyzer that detects undeclared global variable usage in Lua code to catch typing errors.

#linter#global-variables#ltn7-modules
Stars86
Forks19
Last commit2 years ago
quaff
quaffElixir

A set of tools for integrating Elixir into Erlang applications and vice versa, including constants import and debugging helpers.

#elixir#constants#integration
Stars85
Forks14
Last commit2 years ago
ex_guard
ex_guardElixir

A mix command to handle events on file system modifications, inspired by Ruby Guard.

#elixir#productivity#mix-tasks
Stars84
Forks10
Last commit1 year ago
react-native-console-panel
react-native-console-panelJavaScript

A React Native component that displays console messages directly inside the app for simplified debugging.

#react-component#react-native#console
Stars84
Forks16
Last commit5 years ago
angular-http-server
angular-http-serverJavaScript

A simple development HTTP server for Single Page Applications that routes all requests to index.html for client-side routing.

#spa#http-server#static-file-server
Stars83
Forks41
Last commit1 year ago
habitat
habitatCrystal

A Crystal shard for easily configuring settings with validation, examples, and temporary overrides.

#hacktoberfest#validation#shard
Stars83
Forks12
Last commit1 year ago
tx
txCSS

Erlang term explorer that visualizes complex data structures from your Erlang shell in a web browser.

#debugging-tools#local-server#term-explorer
Stars83
Forks1
Last commit11 years ago
nix-phps
nix-phpsNix

Nix package expressions for old PHP versions, enabling testing of legacy PHP environments in CI.

#legacy-support#continuous-integration#nix-flake
Stars82
Forks24
Last commit2 days ago
flake8-pyi
flake8-pyiPython

A Flake8 plugin that provides specialized linting for Python type hinting stub files (.pyi).

#lint#linter#typing
Stars82
Forks23
Last commit28 days ago
rotor
rotorElixir

A super-simple build system for Elixir that runs tasks when files change, ideal for development workflows.

#elixir#productivity#build-system
Stars80
Forks4
Last commit11 years ago
poetry (darvid)
poetry (darvid)Shell

A ZSH plugin that automatically activates and deactivates Poetry-created Python virtual environments when navigating project directories.

#python-package-management#shell-integration#zsh-plugins
Stars79
Forks12
Last commit2 years ago
wp-cli-faker
wp-cli-fakerPHP

A WP CLI package that generates fake WordPress content including posts, pages, WooCommerce products, and reviews for testing.

#fake-data#cli-tool#content-generation
Stars78
Forks9
Last commit3 years ago
node-cmake
node-cmakeCMake

A CMake-based build system for Node.js native modules, offering a drop-in replacement for node-gyp.

#native-modules#cmake#c-plus-plus
Stars77
Forks20
Last commit5 years ago
elemon
elemonJavaScript

A tiny module for live-reloading Electron applications during development.

#desktop-apps#node-module#live-reload
Stars77
Forks5
Last commit5 years ago
fatcontext
fatcontextGo

A Go linter that detects nested contexts in loops or function literals to prevent performance issues.

#go-linter#linter#golangci-lint
Stars76
Forks3
Last commit6 days ago
simplehttp
simplehttpGo

A simple and lightweight HTTP server for serving local directories over HTTP.

#http-server#http#lightweight
Stars75
Forks3
Last commit3 years ago
gulp-plugin-boilerplate
gulp-plugin-boilerplateJavaScript

A boilerplate template for creating Gulp plugins with current best practices.

#gulp#boilerplate#nodejs
Stars75
Forks8
Last commit2 years ago
Droar
DroarSwift

A modular, single-line installation debugging window for iOS apps to manage configurations during deployment stages.

#a#mobile-development#testing-tools
Stars74
Forks11
Last commit5 years ago
Editorconfig-Checker
Editorconfig-CheckerPHP

A command-line tool to verify that your files adhere to .editorconfig rules.

#hacktoberfest#composer#coding-standards
Stars74
Forks18
Last commit11 days ago
AutoGetIt
AutoGetItPascal

A Delphi GUI tool to automate installation and management of GetIt packages for RAD Studio via command-line.

#delphi-12#batch-installation#delphi-11
Stars73
Forks18
Last commit2 months ago
map2pdb
map2pdbPascal

A utility to convert Delphi and C++ Builder MAP files into Microsoft PDB debug files for use with profiling and debugging tools.

#map-files#windbg#vtune-integration
Stars73
Forks22
Last commit26 days ago
cl-MCP
cl-MCPCommon Lisp

A Model Context Protocol server for Common Lisp enabling AI agents to interact with Lisp environments via REPL, file operations, and code editing tools.

#json-rpc#sbcl#repl
Stars73
Forks13
Last commit2 days ago
PyQt5-stubs
PyQt5-stubsPython

Enhanced type stubs for PyQt5 and related packages to enable accurate static type checking with mypy.

#qt#type-stubs#static-typing
Stars71
Forks29
Last commit2 years ago
PreviousPage 10 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
Next
#Debugging84
#Testing40
#Static Analysis37
#Nodejs36
#Php35
#Cli Tool33
#Code Quality33
#Javascript32
#Ruby Gem23
#Logging22
#Ios22
#Swift21