[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

[ci] format

authored by

natemoo-re and committed by
github-actions[bot]
(Dec 20, 2024, 2:16 AM UTC) 0ada41e3 4ba5245a

+2 -2
+2 -2
examples/basic/index.ts
··· 12 12 w: 'up', 13 13 s: 'down', 14 14 a: 'left', 15 - d: 'right' 16 - } 15 + d: 'right', 16 + }, 17 17 }); 18 18 19 19 p.intro(`${color.bgCyan(color.black(' create-app '))}`);