create-starter-app 1.0.57 → 1.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +17 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
<!-- template-git-repo:badges:start -->
|
|
2
|
+
<p align="center">
|
|
3
|
+
<a href="https://starterdocs.vtempest.workers.dev/docs/packages/create-starter-app"><img src="https://img.shields.io/badge/Docs-blue?logo=ReadTheDocs&logoColor=white" alt="Documentation" /></a>
|
|
4
|
+
<a href="https://stackblitz.com/github/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/create-starter-app"><img height="20px" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt="Open in StackBlitz" /></a>
|
|
5
|
+
<br />
|
|
6
|
+
<a href="https://www.npmjs.com/package/create-starter-app"><img src="https://img.shields.io/npm/dm/create-starter-app.svg" alt="NPM Monthly Downloads" /></a>
|
|
7
|
+
<a href="https://www.npmjs.com/package/create-starter-app"><img src="https://img.shields.io/npm/v/create-starter-app.svg" alt="npm version" /></a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/create-starter-app"><img src="https://img.shields.io/npm/dt/create-starter-app.svg" alt="NPM Total Downloads" /></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/create-starter-app"><img src="https://img.shields.io/npm/types/create-starter-app" alt="TypeScript types" /></a>
|
|
10
|
+
<a href="https://packagephobia.com/result?p=create-starter-app"><img src="https://packagephobia.com/badge?p=create-starter-app" alt="Install size" /></a>
|
|
11
|
+
</p>
|
|
12
|
+
<!-- template-git-repo:badges:end -->
|
|
13
|
+
|
|
14
|
+
<!-- skills:install:start -->
|
|
15
|
+
**🤖 Agent skill** — `npx skills@latest add https://github.com/OpenSourceAGI/dev-tools-starter-agent --skill create-starter-app` ([what it covers](../../skills/create-starter-app/SKILL.md))
|
|
16
|
+
<!-- skills:install:end -->
|
|
17
|
+
|
|
1
18
|
### ⚒️ Starter DOCS: Drizzle OAuth Cloudflare Shadcn
|
|
2
19
|
|
|
3
20
|
```bash
|