A CLI for scaffolding ATProto web applications

docs: add quickstart command and variants

besaid.zone 28a34081 b38875c9

verified
+12
+12
README.md
··· 11 11 npx @nulfrost/create-atproto-app@latest init 12 12 ``` 13 13 14 + or if you want to skip the prompts 15 + 16 + ```bash 17 + npx @nulfrost/create-atproto-app@latest init --name my-project --framework react --variant react-ts 18 + ``` 19 + 20 + Variants: 21 + 22 + - `react-ts` 23 + - `svelte-ts` 24 + - `vanilla` 25 + 14 26 Supported templates: 15 27 16 28 - [x] HTML + JavaScript