tachê

An enterprise-grade task management system built entirely in the terminal
designed to mirror the rigor
and low-level thinking encouraged by 42 School projects.

Get Started View on GitHub

Installation



Instale o em menos de 30 segundos. Escolha o método que preferir.

1. Via npm (recomendado)

npm install -g seu-cli

Ou com yarn/pnpm:

yarn global add seu-cli
pnpm add -g seu-cli

2. Instalação rápida com um comando (curl)

curl -fsSL https://get.seucli.dev | bash

Ou com wget:

wget -qO- https://get.seucli.dev | bash

3. Download manual (binários prontos)

Baixe a versão mais recente para o seu sistema:

Depois de baixar, coloque o binário em um diretório no seu $PATH.

Verifique a instalação

seu-cli --version

Ou veja a ajuda:

seu-cli --help