Skip to content

πŸ“š cli

Building a CLI from scratch with TypeScript and oclif

If you want to implement a ts cli, here you go.

weeklyfoo #29 / 2024-04-22
ocliftypescriptcli

Create an internal CLI

programmers who know their way around a terminal

weeklyfoo #48 / 2024-09-02
cli

Creating a TypeScript CLI for Your Monorepo

Useful tool to get quick access to recurring actions.

weeklyfoo #62 / 2024-12-09
clitypescipt

How to Use Lazygit to Improve Your Git Workflow

Lazygit is an open-source command line terminal UI for Git commands that I’ve used for the last couple of years, and it’s become my new best friend.

weeklyfoo #80 / 2025-04-14
gitcli

Implementing Concurrency in Shell Scripts

Quick read if you need some advice how to run tasks in parallel in your shell script.

weeklyfoo #33 / 2024-05-20
clishell