Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions examples/community-examples.md
Original file line number Diff line number Diff line change
@@ -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)