Skip to content

Commit

Permalink
Brief explanation of tach init in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Feb 8, 2025
1 parent a0d38c9 commit 66f65f8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/usage/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,26 @@
title: Commands
---

## tach init

Tach provides a guided setup process in `tach init`. This command will provide guidance and perform validation,
while walking through `tach mod`, `tach sync` and `tach show`.

New users should start with this command.

```bash
usage: tach init [-h] [--force]

Initialize a new project

options:
-h, --help show this help message and exit
--force Force re-initialization if project is already configured.
```
## tach mod
Tach comes bundled with a command to set up your initial boundaries - `tach mod`.
Tach provides an interactive editor for configuring your module boundaries - `tach mod`.
```bash
usage: tach mod [-h] [-d [DEPTH]] [-e file_or_path,...]
Expand Down

0 comments on commit 66f65f8

Please sign in to comment.