mdbook-docker-run

Crates.iomdbook-docker-run
lib.rsmdbook-docker-run
version0.1.0
sourcesrc
created_at2024-03-25 15:58:13.322381
updated_at2024-03-25 15:58:13.322381
descriptionPlugin for mdbook which runs a script in docker and outputs the result
homepage
repositoryhttps://github.com/xfbs/mdbook-docker-run
max_upload_size
id1185420
size68,552
Patrick Elsen (xfbs)

documentation

README

mdbook-docker-run

CI Pipelines Documentation

Plugin for mdBook which allows you to run commands inside Docker containers and render their output inside your book. Use this if you want to show examples for CLI-based workflows, for example.

Example

If you put something like this into your book:

```docker-run
image: alpine
script:
  - echo hi
```

Will render as:

hi

License

MIT.

Commit count: 26

cargo fmt