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)