From 002ba0dd60595987aad1a781a802e58f99d70f71 Mon Sep 17 00:00:00 2001 From: Bryan Ollendyke Date: Fri, 11 Oct 2024 09:05:59 -0400 Subject: [PATCH] Create community-examples.md --- examples/community-examples.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/community-examples.md diff --git a/examples/community-examples.md b/examples/community-examples.md new file mode 100644 index 00000000..86f45941 --- /dev/null +++ b/examples/community-examples.md @@ -0,0 +1,4 @@ +# Community Examples +List of examples to learn from outside the core supported example set. These are not an endorcement but for reference of how others are using clack in community CLIs; + +- **hax** - [npm init @haxtheweb](https://github.com/haxtheweb/create) - clack + [picocolors](https://npmjs.com/package/picocolors) + [commander](https://npmjs.com/package/commander) usage in order to create a robust cli DX where users can follow prompts (clack), run sub-tasks, or leverage arguments to skip parts of clack prompts (or entirely)