bosia 0.1.10 → 0.1.12
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/src/cli/create.ts +1 -1
- package/src/cli/index.ts +1 -1
- /package/templates/{drizzle → todo}/.env.example +0 -0
- /package/templates/{drizzle → todo}/README.md +0 -0
- /package/templates/{drizzle → todo}/instructions.txt +0 -0
- /package/templates/{drizzle → todo}/package.json +0 -0
- /package/templates/{drizzle → todo}/public/.gitkeep +0 -0
- /package/templates/{drizzle → todo}/public/favicon.svg +0 -0
- /package/templates/{drizzle → todo}/src/app.css +0 -0
- /package/templates/{drizzle → todo}/src/app.d.ts +0 -0
- /package/templates/{drizzle → todo}/src/hooks.server.ts +0 -0
- /package/templates/{drizzle → todo}/src/lib/utils.ts +0 -0
- /package/templates/{drizzle → todo}/src/routes/+error.svelte +0 -0
- /package/templates/{drizzle → todo}/src/routes/+layout.server.ts +0 -0
- /package/templates/{drizzle → todo}/src/routes/+layout.svelte +0 -0
- /package/templates/{drizzle → todo}/src/routes/+page.svelte +0 -0
- /package/templates/{drizzle → todo}/template.json +0 -0
- /package/templates/{drizzle → todo}/tsconfig.json +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bosia",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A fast, batteries-included fullstack framework — SSR · Svelte 5 Runes · Bun · ElysiaJS. File-based routing inspired by SvelteKit. No Node.js, no Vite, no adapters.",
|
|
6
6
|
"keywords": [
|
package/src/cli/create.ts
CHANGED
|
@@ -14,7 +14,7 @@ const BOSIA_VERSION: string = BOSIA_PKG.version;
|
|
|
14
14
|
const TEMPLATE_DESCRIPTIONS: Record<string, string> = {
|
|
15
15
|
default: "Minimal starter with routing and Tailwind",
|
|
16
16
|
demo: "Full-featured demo with hooks, API routes, form actions, and more",
|
|
17
|
-
|
|
17
|
+
todo: "Todo app with PostgreSQL + Drizzle ORM",
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
export async function runCreate(name: string | undefined, args: string[] = []) {
|
package/src/cli/index.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|