Kondo is a command line tool designed specifically for cleaning dependencies and artifacts from projects. It supports various project types like Node.js, Composer, CMake, etc., and removes directories such as...
The xh is a command line tool for sending HTTP requests. It replicates much of HTTPie outstanding design, prioritizing enhanced performance. This tutorial explains how to install xh HTTP requests...
The k6 is an open-source load testing tool designed to help developers and DevOps teams evaluate the performance and reliability of their applications. This tutorial demonstrates how to install k6...
Staticcheck is a static analysis tool for Go programming language. It is designed to improve code quality by identifying bugs, performance issues, and other potential problems in Go code. This...
The golangci-lint is a static analysis tool (also known linter) for Go programming language. It performs checks in parallel, utilizes caching, supports YAML configuration, and integrates with all major IDEs...
The typos is a source code spell checker via command line. It is an open-source tool that is written in the Rust programming language. This tutorial demonstrates how to install...
Task is a command runner and build tool that is written in the Go programming language. It is designed to automate and streamline the execution of commands and scripts, making...
Dotenv Linter is a command line tool written in Rust programming language, designed for checking and ensuring the correctness of .env files, which are commonly used in development to manage...
The fend calculator is a command line tool that provides arithmetic and unit-aware calculations. It supports complex numbers, variables, trigonometric functions, and more. This tutorial explains how to install fend...
The uutils coreutils is an implementation of the GNU core utilities (coreutils) in the Rust programming language. The GNU core utilities are a set of file, shell, and text manipulation...