The scc (Sloc Cloc and Code) is a command line tool used for counting lines of code (LOC) in a project. It's similar to other tools like cloc and tokei...
Go Swagger is a command line tool that simplifies the integration of OpenAPI Specification with the Go programming language. It allows developers to generate Go code from OpenAPI definitions and...
Ruplacer is a command line tool written in Rust programming language that allows users to perform search and replace operations across multiple files within a directory. This tutorial demonstrates how...
The mdBook is a command line tool used to create modern, interactive, and online books from Markdown files. It is particularly popular within the Rust programming community because it was...
Zola is a modern static site generator that allows users to build fast, customizable websites without the need for a traditional database-driven backend. This tutorial explains how to install Zola...
Shellharden is a syntax highlighter and a tool designed to assist in semi-automating the rewriting of shell scripts to conform with ShellCheck guidelines. This tutorial demonstrates how to install Shellharden...
The deno_lint is a static analysis tool (also known linter) for JavaScript and TypeScript programming language. While deno_lint is integrated into the Deno runtime and can be used via the...
The hck is a command line tool for processing text that allows you to extract specific sections of each line of a file. The hck can be used as alternative...
The fclones is a command line tool designed for identifying and managing duplicate files on a filesystem. It is written in Rust programming language and focuses on high performance and...
The ast-grep is a tool designed for code searching and manipulation, utilizing abstract syntax trees (ASTs) to understand and process code more intelligently than traditional text-based grep tools. This tutorial...