Skip to content

Commit

Permalink
docs: Add basic docs to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 3, 2021
1 parent 9ee2a0c commit 9f49162
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# slut: SikaLabs UTils

## Install

### Mac

```
brew install sikalabs/tap/slut
```

### Autocomplete

See: `slut completion`

#### Bash

```
source <(slut completion bash)
```

## CLI Usage

### Generated CLI Docs on Github

See: <https://github.com/sikalabs/slut-cli-docs/blob/master/slut.md#slut>

## Generate CLI Docs

Generate Markdown CLI docs to `./cobra-docs`

```
slut generate-docs
```

0 comments on commit 9f49162

Please sign in to comment.