tangled
alpha
login
or
join now
besaid.zone
/
create-atproto-app
2
fork
atom
A CLI for scaffolding ATProto web applications
2
fork
atom
overview
issues
pulls
pipelines
docs: add quickstart command and variants
besaid.zone
1 month ago
28a34081
b38875c9
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
2/2
test.yml
success
2m 21s
typecheck.yml
success
2m 16s
+12
1 changed file
expand all
collapse all
unified
split
README.md
+12
README.md
···
11
11
npx @nulfrost/create-atproto-app@latest init
12
12
```
13
13
14
14
+
or if you want to skip the prompts
15
15
+
16
16
+
```bash
17
17
+
npx @nulfrost/create-atproto-app@latest init --name my-project --framework react --variant react-ts
18
18
+
```
19
19
+
20
20
+
Variants:
21
21
+
22
22
+
- `react-ts`
23
23
+
- `svelte-ts`
24
24
+
- `vanilla`
25
25
+
14
26
Supported templates:
15
27
16
28
- [x] HTML + JavaScript