create-avalon 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1365,7 +1365,7 @@ export default async function HomeLayout({ children }: Readonly<LayoutProps>) {
1365
1365
  // src/templates/pages.ts
1366
1366
  function generateHomePage(config) {
1367
1367
  return `export const metadata = {
1368
- title: '${config.projectName}Built with Avalon',
1368
+ title: 'AvalonIslands Architecture',
1369
1369
  description: 'A multi-framework islands architecture project powered by Avalon.',
1370
1370
  };
1371
1371
 
@@ -1379,7 +1379,7 @@ export default async function HomePage() {
1379
1379
  <p style={{ fontSize: '0.8rem', letterSpacing: '0.15em', textTransform: 'uppercase', color: '#818cf8', marginBottom: '1.5rem', fontWeight: 500 }}>Islands Architecture</p>
1380
1380
 
1381
1381
  <h1 style={{ fontSize: 'clamp(2.5rem, 6vw, 4rem)', fontWeight: 700, lineHeight: 1.1, margin: '0 0 1.5rem', background: 'linear-gradient(135deg, #f8fafc 0%, #94a3b8 100%)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent' }}>
1382
- ${config.projectName}
1382
+ Avalon
1383
1383
  </h1>
1384
1384
 
1385
1385
  <p style={{ fontSize: '1.15rem', lineHeight: 1.7, color: '#94a3b8', marginBottom: '2.5rem', maxWidth: '480px', marginLeft: 'auto', marginRight: 'auto' }}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-avalon",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Scaffold a new Avalon project with multi-framework islands architecture",
5
5
  "license": "MIT",
6
6
  "type": "module",