@buenojs/bueno 0.8.9 → 0.8.10
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/README.md +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
- package/src/cli/commands/new.ts +1 -1
- package/src/cli/templates/frontend/react.ts +1 -1
- package/src/cli/templates/frontend/solid.ts +1 -1
- package/src/cli/templates/frontend/svelte.ts +1 -1
- package/src/cli/templates/frontend/vue.ts +1 -1
- package/src/cli/templates/project/default.ts +1 -1
- package/src/cli/templates/project/website.ts +3 -3
package/README.md
CHANGED
|
@@ -1246,7 +1246,7 @@ bun dev
|
|
|
1246
1246
|
|
|
1247
1247
|
## Links
|
|
1248
1248
|
|
|
1249
|
-
- **Documentation**: [https://
|
|
1249
|
+
- **Documentation**: [https://buenojs.github.io](https://buenojs.github.io)
|
|
1250
1250
|
- **GitHub**: [https://github.com/buenojs/bueno](https://github.com/buenojs/bueno)
|
|
1251
1251
|
- **Issues**: [https://github.com/buenojs/bueno/issues](https://github.com/buenojs/bueno/issues)
|
|
1252
1252
|
- **npm**: [https://www.npmjs.com/package/@buenojs/bueno](https://www.npmjs.com/package/@buenojs/bueno)
|
package/llms.txt
CHANGED
|
@@ -198,7 +198,7 @@ describe('UserController', () => {
|
|
|
198
198
|
```
|
|
199
199
|
|
|
200
200
|
## Documentation
|
|
201
|
-
- **Main Documentation**: https://
|
|
201
|
+
- **Main Documentation**: https://buenojs.github.io
|
|
202
202
|
- **GitHub Repository**: https://github.com/buenojs/bueno
|
|
203
203
|
- **NPM Package**: https://www.npmjs.com/package/@buenojs/bueno
|
|
204
204
|
|
package/package.json
CHANGED
package/src/cli/commands/new.ts
CHANGED
|
@@ -71,7 +71,7 @@ export function App() {
|
|
|
71
71
|
|
|
72
72
|
<div className="mt-8 grid grid-cols-2 gap-4 text-left">
|
|
73
73
|
<a
|
|
74
|
-
href="https://
|
|
74
|
+
href="https://buenojs.github.io"
|
|
75
75
|
className="p-4 bg-slate-800/50 rounded-lg border border-slate-700 hover:border-blue-500 transition-colors"
|
|
76
76
|
>
|
|
77
77
|
<h3 className="font-semibold text-blue-400">Documentation</h3>
|
|
@@ -68,7 +68,7 @@ export function App() {
|
|
|
68
68
|
|
|
69
69
|
<div class="mt-8 grid grid-cols-2 gap-4 text-left">
|
|
70
70
|
<a
|
|
71
|
-
href="https://
|
|
71
|
+
href="https://buenojs.github.io"
|
|
72
72
|
class="p-4 bg-slate-800/50 rounded-lg border border-slate-700 hover:border-cyan-500 transition-colors"
|
|
73
73
|
>
|
|
74
74
|
<h3 class="font-semibold text-cyan-400">Documentation</h3>
|
|
@@ -65,7 +65,7 @@ export default app;
|
|
|
65
65
|
|
|
66
66
|
<div class="mt-8 grid grid-cols-2 gap-4 text-left">
|
|
67
67
|
<a
|
|
68
|
-
href="https://
|
|
68
|
+
href="https://buenojs.github.io"
|
|
69
69
|
class="p-4 bg-slate-800/50 rounded-lg border border-slate-700 hover:border-orange-500 transition-colors"
|
|
70
70
|
>
|
|
71
71
|
<h3 class="font-semibold text-orange-400">Documentation</h3>
|
|
@@ -65,7 +65,7 @@ const count = ref(0);
|
|
|
65
65
|
|
|
66
66
|
<div class="mt-8 grid grid-cols-2 gap-4 text-left">
|
|
67
67
|
<a
|
|
68
|
-
href="https://
|
|
68
|
+
href="https://buenojs.github.io"
|
|
69
69
|
class="p-4 bg-slate-800/50 rounded-lg border border-slate-700 hover:border-green-500 transition-colors"
|
|
70
70
|
>
|
|
71
71
|
<h3 class="font-semibold text-green-400">Documentation</h3>
|
|
@@ -68,7 +68,7 @@ export class AppController {
|
|
|
68
68
|
</ul>
|
|
69
69
|
|
|
70
70
|
<h2>Documentation</h2>
|
|
71
|
-
<p>Visit <a href="https://
|
|
71
|
+
<p>Visit <a href="https://buenojs.github.io">https://buenojs.github.io</a> for full documentation.</p>
|
|
72
72
|
|
|
73
73
|
<h2>Quick Example</h2>
|
|
74
74
|
<pre><code>@Controller('/api')
|
|
@@ -140,7 +140,7 @@ layout: default
|
|
|
140
140
|
|
|
141
141
|
# Welcome to ${config.name}
|
|
142
142
|
|
|
143
|
-
This is a static website built with [Bueno Framework](https://
|
|
143
|
+
This is a static website built with [Bueno Framework](https://buenojs.github.io).
|
|
144
144
|
|
|
145
145
|
## Getting Started
|
|
146
146
|
|
|
@@ -159,7 +159,7 @@ layout: default
|
|
|
159
159
|
|
|
160
160
|
# About This Website
|
|
161
161
|
|
|
162
|
-
This is a static website built with [Bueno Framework](https://
|
|
162
|
+
This is a static website built with [Bueno Framework](https://buenojs.github.io).
|
|
163
163
|
|
|
164
164
|
## Features
|
|
165
165
|
|
|
@@ -170,7 +170,7 @@ This is a static website built with [Bueno Framework](https://bueno.github.io).
|
|
|
170
170
|
|
|
171
171
|
## Getting Started
|
|
172
172
|
|
|
173
|
-
Visit the [Bueno documentation](https://
|
|
173
|
+
Visit the [Bueno documentation](https://buenojs.github.io) to learn more.
|
|
174
174
|
`,
|
|
175
175
|
},
|
|
176
176
|
{
|