[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.

chore: add editor files (#89)

authored by

hiroki osame and committed by
Nate Moore
(Mar 5, 2023, 10:11 AM -0600) 8e28c27f 30a78350

+16
+12
.editorconfig
··· 1 + root = true 2 + 3 + [*] 4 + indent_style = tab 5 + end_of_line = lf 6 + charset = utf-8 7 + trim_trailing_whitespace = true 8 + insert_final_newline = true 9 + 10 + [*.yml] 11 + indent_style = space 12 + indent_size = 2
+1
.gitattributes
··· 1 + * text=auto eol=lf
+3
.vscode/settings.json
··· 1 + { 2 + "typescript.tsdk": "node_modules/typescript/lib" 3 + }