← Back to all work

CLI Task Runner

A lightweight task runner for automating development workflows, written in TypeScript.

typescriptclinode

A minimal CLI tool for defining and running development tasks with a simple YAML config.

Features

  • Task definitions in a single tasks.yml file
  • Parallel and sequential task execution
  • Built-in watch mode for development
  • Extensible via plugins

Why

I wanted a simpler alternative to complex build tools for everyday project automation.