bsmnt 0.2.8 → 0.2.9

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 CHANGED
@@ -1,4 +1,4 @@
1
- # bsmnt `0.2.8`
1
+ # bsmnt `0.2.9`
2
2
 
3
3
  Your project starts here. One command to go from zero to a fully configured Next.js project with our stack, CMS, agent skills, and everything wired up.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bsmnt",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "packageManager": "bun@1.2.20",
5
5
  "description": "CLI to scaffold basement projects and add integrations",
6
6
  "type": "module",
@@ -56,7 +56,7 @@ export function generatePageMetadata(
56
56
  keywords,
57
57
  image,
58
58
  url,
59
- siteName = "Satūs",
59
+ siteName = "Basement",
60
60
  noIndex = false,
61
61
  type = "website",
62
62
  publishedTime,
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bun
2
2
  /**
3
- * Satūs Generator CLI
3
+ * Basement Generator CLI
4
4
  *
5
5
  * Interactive scaffolding for new pages and components.
6
6
  * Generates pre-configured templates following project conventions.
@@ -24,7 +24,7 @@ import { createPage, promptPageConfig } from "./generate-page"
24
24
  const main = async (): Promise<void> => {
25
25
  console.clear()
26
26
 
27
- p.intro("Satūs Generator")
27
+ p.intro("Basement Generator")
28
28
 
29
29
  // Ask what to create
30
30
  const createType = await p.select({
@@ -56,7 +56,7 @@ export function generatePageMetadata(
56
56
  keywords,
57
57
  image,
58
58
  url,
59
- siteName = "Satūs",
59
+ siteName = "Basement",
60
60
  noIndex = false,
61
61
  type = "website",
62
62
  publishedTime,
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bun
2
2
  /**
3
- * Satūs Generator CLI
3
+ * Basement Generator CLI
4
4
  *
5
5
  * Interactive scaffolding for new pages and components.
6
6
  * Generates pre-configured templates following project conventions.
@@ -24,7 +24,7 @@ import { createPage, promptPageConfig } from "./generate-page"
24
24
  const main = async (): Promise<void> => {
25
25
  console.clear()
26
26
 
27
- p.intro("Satūs Generator")
27
+ p.intro("Basement Generator")
28
28
 
29
29
  // Ask what to create
30
30
  const createType = await p.select({
@@ -56,7 +56,7 @@ export function generatePageMetadata(
56
56
  keywords,
57
57
  image,
58
58
  url,
59
- siteName = "Satūs",
59
+ siteName = "Basement",
60
60
  noIndex = false,
61
61
  type = "website",
62
62
  publishedTime,
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bun
2
2
  /**
3
- * Satūs Generator CLI
3
+ * Basement Generator CLI
4
4
  *
5
5
  * Interactive scaffolding for new pages and components.
6
6
  * Generates pre-configured templates following project conventions.
@@ -24,7 +24,7 @@ import { createPage, promptPageConfig } from "./generate-page"
24
24
  const main = async (): Promise<void> => {
25
25
  console.clear()
26
26
 
27
- p.intro("Satūs Generator")
27
+ p.intro("Basement Generator")
28
28
 
29
29
  // Ask what to create
30
30
  const createType = await p.select({
@@ -56,7 +56,7 @@ export function generatePageMetadata(
56
56
  keywords,
57
57
  image,
58
58
  url,
59
- siteName = "Satūs",
59
+ siteName = "Basement",
60
60
  noIndex = false,
61
61
  type = "website",
62
62
  publishedTime,