Skip to content

Commit

Permalink
docs: add docs about init for go-lambda and go-cobra-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed May 9, 2024
1 parent b5e5607 commit 1d57541
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ to skip templating:
flake.nix
```

## Templates

### `go-cobra-cli`

`go-cobra-cli` scaffolds a Cobra CLI tool with Go that can be used to build out
internal tooling. This is the template this CLI uses.

### `go-lambda`

`go-lambda` scaffolds an lambda setup in Go.

To use it, you need to run the generator and then run `go mod init` and
`go mod tidy`, then update your `vendorHash`.

## Examples

Some example configurations for our template types exist in the
Expand Down

0 comments on commit 1d57541

Please sign in to comment.