Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Developer Tools

Developer Tools

4803 projects

Showing 36 of 4803 projects

tealinspector
tealinspectorPython

A debugging tool for Algorand developers that translates program counter errors into readable TEAL source code lines.

#transaction-debugging#developer-tools#smart-contracts
Stars14
Forks1
Last commit3 years ago
type-fest
type-festTypeScript

A collection of essential TypeScript utility types that should have been built-in.

#developer-tools#static-typing#type-safety
Stars14
Forks0
Last commit6 years ago
summary-chart
summary-chartJavaScript

An ESLint formatter that visualizes linting errors by rules and files using ASCII bar charts.

#developer-tools#code-quality#javascript
Stars14
Forks3
Last commit2 years ago
File Architect
File ArchitectTypeScript

A desktop application that creates file and folder structures from plain text descriptions.

#structure#developer-tools#productivity
Stars14
Forks1
Last commit2 months ago
Typechain-Polkadot
Typechain-PolkadotTypeScript

Generates TypeScript types and runtime code from ink! smart contract ABIs for type-safe Polkadot interactions.

#developer-tools#polkadot#smart-contracts
Stars14
Forks27
Last commit3 years ago
pgplan
pgplanGo

A CLI tool for analyzing and comparing PostgreSQL EXPLAIN query execution plans to identify performance issues and regressions.

#database#developer-tools#devops
Stars13
Forks1
Last commit1 month ago
solarized-powerline (houjunchen)
solarized-powerline (houjunchen)Shell

A Solarized color scheme theme with Powerline styling for the Zsh shell.

#developer-tools#solarized#terminal
Stars13
Forks0
Last commit9 years ago
path-ethic
path-ethicShell

A Zsh plugin providing CLI commands for PATH manipulation, preset management, and automatic loading.

#preset-management#environment-management#developer-tools
Stars13
Forks1
Last commit5 months ago
command-not-found (freed-wu)
command-not-found (freed-wu)Shell

A zsh plugin that suggests packages to install when a command is not found, using system package managers.

#developer-tools#terminal#zsh-plugin
Stars13
Forks2
Last commit2 years ago
oclif completion generator
oclif completion generatorTypeScript

An oclif plugin that generates shell completion scripts for Bash, Zsh, and Fish to enhance CLI usability.

#developer-tools#tab-completion#fish
Stars13
Forks1
Last commit3 years ago
dsddb
dsddbTypeScript

A lightweight, key-value persistent storage solution for Deno projects.

#database#developer-tools#lightweight
Stars13
Forks3
Last commit3 years ago
modulens
modulensTypeScript

A suite of architecture, structure, and quality analysis tools for frontend workspaces, starting with Angular.

#workspace-analysis#developer-tools#architecture-tools
Stars13
Forks0
Last commit4 months ago
neon
neonShell

A pretty and minimal ZSH terminal theme for a clean command-line interface.

#minimal-design#developer-tools#productivity
Stars13
Forks1
Last commit5 years ago
adamnorwood-zsh
adamnorwood-zshShell

A minimalist Z shell configuration with a custom Oh My Posh theme for a readable and fun terminal experience.

#oh-my-posh#developer-tools#productivity
Stars13
Forks0
Last commit2 years ago
phi φ
phi φShell

A clean and simple ZSH theme with dynamic colors and Git integration.

#developer-tools#productivity#powerline-fonts
Stars13
Forks2
Last commit9 years ago
v-route-generate
v-route-generateTypeScript

A Vite plugin that automatically generates Vue Router configurations from your file directory structure.

#generator#developer-tools#vue-router
Stars13
Forks0
Last commit1 year ago
angular-material-ai-rules
angular-material-ai-rules

AI coding assistant rules and guidelines for generating consistent Angular Material components across various IDEs.

#jetbrains-junie#developer-tools#ide-extensions
Stars13
Forks2
Last commit3 months ago
command-note
command-noteShell

An oh-my-zsh plugin for recording and managing complex shell commands with comments.

#developer-tools#oh-my-zsh-plugin#terminal-tools
Stars13
Forks1
Last commit8 years ago
jdk-switch
jdk-switchShell

An oh-my-zsh plugin for quickly switching between different JDK versions with persistent settings across shell reloads.

#environment-management#developer-tools#homebrew-integration
Stars13
Forks3
Last commit2 months ago
AutoFormsBuilderFilesGenerator
AutoFormsBuilderFilesGeneratorTypeScript

Generates strongly-typed Angular Reactive Forms and optional Signals-based forms directly from OpenAPI/Swagger schemas.

#developer-tools#reactive-forms#swagger
Stars13
Forks0
Last commit
palenight (jenssegers)
palenight (jenssegers)

A Material Palenight color scheme theme for oh-my-zsh with optional host display.

#developer-tools#shell#material-design
Stars13
Forks1
Last commit7 years ago
zargparse
zargparsePython

Generates Zsh completion files for Python command-line tools using argparse.

#jinja2#python-3#autocompletion
Stars13
Forks2
Last commit1 month ago
CSS Flexbox snippets for Sublime Text 2/3
CSS Flexbox snippets for Sublime Text 2/3JavaScript

A collection of Sublime Text snippets for quickly writing CSS Flexbox properties with autocomplete.

#developer-tools#productivity#sublime-text
Stars13
Forks3
Last commit
git-prompt (awgn)
git-prompt (awgn)Haskell

A fast, Haskell-based utility that renders git repository information for shell prompts in bash, zsh, and fish.

#haskell#developer-tools#shell-prompt
Stars13
Forks0
Last commit2 years ago
vue-ts-types
vue-ts-typesTypeScript

Lightweight TypeScript-first Vue prop type definitions for concise and type-safe component props.

#vue2#hacktoberfest#developer-tools
Stars13
Forks2
Last commit2 days ago
smail
smailShell

A collection of hacker-themed ZSH themes featuring dark color schemes and minimalist designs.

#hacker-aesthetic#developer-tools#smail
Stars13
Forks0
Last commit2 years ago
ReDoSDetector
ReDoSDetectorTypeScript

An ESLint plugin that detects vulnerable regular expressions susceptible to ReDoS attacks.

#developer-tools#redos#regex-security
Stars13
Forks1
Last commit2 days ago
pii
piiJavaScript

An ESLint plugin that detects personally identifiable information (PII) like emails, phone numbers, and IP addresses in code.

#developer-tools#privacy#security
Stars13
Forks0
Last commit4 years ago
ar2ecto
ar2ectoElixir

Convert Ruby ActiveRecord database migrations to Elixir Ecto migrations for project migration.

#elixir#developer-tools#mix-task
Stars13
Forks2
Last commit11 years ago
lazylora
lazyloraRust

A terminal user interface for exploring the Algorand blockchain, enabling browsing of blocks, transactions, accounts, assets, and applications.

#blockchain-explorer#developer-tools#algokit
Stars13
Forks1
Last commit7 days ago
unsafe
unsafeElixir

Generate unsafe (!) bindings for Elixir functions at compile time to reduce code duplication.

#functional-programming#elixir#developer-tools
Stars13
Forks3
Last commit3 years ago
Awesome Heroku
Awesome Heroku

A curated collection of helpful resources, tools, and guides for developing and deploying applications on the Heroku platform.

#deployment#developer-tools#devops
Stars13
Forks4
Last commit9 years ago
jscodeshift-ava-tester
jscodeshift-ava-testerJavaScript

A jscodeshift wrapper for writing concise and robust codemod tests using the AVA test runner.

#developer-tools#test-runner#unit-testing
Stars13
Forks1
Last commit9 years ago
GitHub PR Stats
GitHub PR StatsTypeScript

Generate beautiful SVG tables to showcase your GitHub pull request contributions for resumes and portfolios.

#svg-generation#github-profile#portfolio
Stars13
Forks3
Last commit1 year ago
imranzero/multiterm.nvim
imranzero/multiterm.nvimLua

A Neovim plugin to create, toggle, and switch between multiple floating terminal windows with tag-based management.

#developer-tools#workflow-optimization#vim
Stars13
Forks2
Last commit3 months ago
git-smart-commands
git-smart-commandsShell

Zsh wrappers for common git commands with smart defaults and enhanced shell efficiency.

#version-control#developer-tools#productivity
Stars13
Forks1
Last commit6 years ago
PreviousPage 96 of 134

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
8 months ago
6 years ago
Next
#Command Line919
#Productivity904
#Zsh Theme636
#Oh My Zsh586
#Terminal549
#Zsh484
#Cli Tool480
#Zsh Plugin455
#Cli413
#Git Integration402
#Code Quality352
#Javascript351