An open API service indexing awesome lists of open source software.

https://github.com/staticaland/dagger-cog

Run Cog with Dagger. Cog is a file generation tool that executes embedded Python code within files and inserts the output back into the original file.
https://github.com/staticaland/dagger-cog

Last synced: 5 months ago
JSON representation

Run Cog with Dagger. Cog is a file generation tool that executes embedded Python code within files and inserts the output back into the original file.

Awesome Lists containing this project

README

          

# Usage

```sh
dagger call cog --dir="." --file="README.md" --replace export --path="."
```

## Output from the command above

```sh
CHANGELOG.md
LICENSE
README.md
dagger.gen.go
dagger.json
go.mod
go.sum
internal
main.go
release-please-config.json
```