From c5a597194acdb3805fa8f345899868c84baf71d3 Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:10:28 -0600 Subject: [PATCH] docs: Add real world example Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c86aea8..1b1edfb 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,13 @@ We publish various auto generated type libraries that can be useful TypeScript runtime using the [deno_core crate](https://docs.rs/crate/deno_core/latest). +## Real world examples + +Fensak uses `senc` to manage CI configurations. Check out the following examples where it is used: + +- [senc CircleCI config](https://github.com/fensak-io/senc/tree/main/_ci) + + ## FAQ ### What is Hermeticity?