Skip to content

Commit

Permalink
feat(templates): Add stylized names for some frameworks
Browse files Browse the repository at this point in the history
Some framework have fancy cool stylized names we might want to use in the console.
So we're adding them here.
  • Loading branch information
pablodiehl committed Nov 29, 2024
1 parent 0a9fdbf commit c799ad0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/eleventy/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Eleventy"
"name": "Eleventy",
"label": "11ty"
}

3 changes: 2 additions & 1 deletion templates/nextjs/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Next"
"name": "Next",
"label": "Next.js"
}

3 changes: 2 additions & 1 deletion templates/rustwasm/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Rustwasm"
"name": "Rustwasm",
"label": "Rust WASM"
}

3 changes: 2 additions & 1 deletion templates/vue/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Vue"
"name": "Vue",
"label": "Vue.js"
}

0 comments on commit c799ad0

Please sign in to comment.