Browse CLI Tools

Discover the best command-line tools

25 tools found

P

prettier

linting

Opinionated code formatter for multiple languages

formattercode-qualityjavascript
50,000
npm install --save-dev prettier
B

black

linting

Uncompromising Python code formatter

pythonformattercode-quality
38,000
pip install black
S

shellcheck

linting

Shell script static analysis tool

bashshelllinter
36,000
brew install shellcheck
R

ruff

linting

Extremely fast Python linter and formatter

pythonlinterrust
32,000
pip install ruff
E

eslint

linting

JavaScript code quality and linting tool

javascriptlintercode-quality
25,000
npm install --save-dev eslint
S

swiftlint

linting

Swift linter

swiftlinter
18,500
brew install swiftlint
M

mypy

linting

Python static type checker

pythontype-checking
18,000
pip install mypy
G

golangci-lint

linting

Fast linters runner for Go

golinter
15,000
brew install golangci-lint
P

Pyright

linting

Fast static type checker for Python by Microsoft

pythontype-checkingstatic-analysismicrosoft
13,700
npm install -g pyright
P

Phpstan

linting

Static analysis tool for PHP focusing on type safety

phpstatic-analysistype-checkingcode-quality
12,800
composer require --dev phpstan/phpstan
S

semgrep

linting

Static analysis tool for finding bugs and security issues

static-analysissecurity
12,500
brew install semgrep
C

clippy

linting

Rust linter

rustlinter
11,500
rustup component add clippy
S

stylelint

linting

CSS and SCSS linter

csslinterscss
11,000
npm install --save-dev stylelint
H

hadolint

linting

Dockerfile linter and best practices checker

dockerlinterdockerfile
10,500
brew install hadolint
C

Checkstyle

linting

Java static analysis tool for code style violations

javastatic-analysiscode-styleconventions
8,100
brew install checkstyle
I

isort

linting

Python import statement sorter

pythonformatterimports
6,500
pip install isort
D

Detekt

linting

Static code analysis tool for Kotlin

kotlinstatic-analysisandroidcode-quality
6,300
brew install detekt
K

Ktlint

linting

Kotlin linter with auto-formatting capabilities

kotlinlintingandroidformatter
6,100
brew install ktlint
P

Psalm

linting

Static analysis tool for finding bugs in PHP code

phpstatic-analysistype-checkingcode-quality
5,700
composer require --dev vimeo/psalm
P

pylint

linting

Python code analyzer and linter

pythonlintercode-quality
5,300
pip install pylint