Skip to content

Commit e9a5de2

Browse files
committed
refactor: update framework descriptions
1 parent c431a8d commit e9a5de2

File tree

2 files changed

+40
-41
lines changed

2 files changed

+40
-41
lines changed

.github/workflows/e2e-test.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,20 @@ jobs:
1818
node: [20, 22]
1919
pm: [npm, pnpm, yarn]
2020
template: [
21-
legacy-next-tailwind,
22-
legacy-next-tailwind-basic,
23-
legacy-next-tailwind-counter,
24-
legacy-react-vite-tailwind,
25-
legacy-react-vite-tailwind-basic,
26-
legacy-react-vite-tailwind-counter,
27-
next-tailwind,
28-
# next-tailwind-basic,
29-
# next-tailwind-counter,
30-
node-express,
31-
node-script,
32-
node-script,
33-
react-vite-tailwind,
34-
# react-vite-tailwind-basic,
35-
# react-vite-tailwind-counter,
21+
gill-next-tailwind,
22+
# gill-next-tailwind-basic,
23+
# gill-next-tailwind-counter,
24+
gill-node-express,
25+
gill-node-script,
26+
gill-react-vite-tailwind,
27+
# gill-react-vite-tailwind-basic,
28+
# gill-react-vite-tailwind-counter,
29+
web3js-next-tailwind,
30+
web3js-next-tailwind-basic,
31+
web3js-next-tailwind-counter,
32+
web3js-react-vite-tailwind,
33+
web3js-react-vite-tailwind-basic,
34+
web3js-react-vite-tailwind-counter,
3635
]
3736

3837
steps:

src/templates/frameworks.ts

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,33 @@ export const frameworks: Framework[] = [
1414
description: 'A React framework by Vercel',
1515
templates: [
1616
// {
17-
// name: 'next-tailwind-counter',
18-
// description: 'Next.js + Tailwind CSS + Anchor Counter Example',
17+
// name: 'gill-next-tailwind-counter',
18+
// description: 'Next.js, Tailwind, Anchor Counter Example, gill (based on @solana/kit), Wallet UI',
1919
// repository: 'gh:solana-developers/solana-templates/templates/template-next-tailwind-counter',
2020
// },
2121
// {
22-
// name: 'next-tailwind-basic',
23-
// description: 'Next.js + Tailwind CSS + Anchor Basic Example',
22+
// name: 'gill-next-tailwind-basic',
23+
// description: 'Next.js, Tailwind, basic Anchor example, gill (based on @solana/kit), Wallet UI',
2424
// repository: 'gh:solana-developers/solana-templates/templates/template-next-tailwind-basic',
2525
// },
2626
{
27-
name: 'next-tailwind',
28-
description: 'Next.js + Tailwind CSS, Gill, no Anchor',
27+
name: 'gill-next-tailwind',
28+
description: 'Next.js, Tailwind, gill (based on @solana/kit), Wallet UI',
2929
repository: 'gh:solana-developers/solana-templates/templates/template-next-tailwind',
3030
},
3131
{
32-
name: 'legacy-next-tailwind-counter',
33-
description: 'Legacy Next.js + Tailwind CSS + Anchor Counter Example',
32+
name: 'web3js-next-tailwind-counter',
33+
description: 'Next.js, Tailwind, Anchor Counter Example, @solana/web3.js, Wallet Adapter',
3434
repository: 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind-counter',
3535
},
3636
{
37-
name: 'legacy-next-tailwind-basic',
38-
description: 'Legacy Next.js + Tailwind CSS + Anchor Basic Example',
37+
name: 'web3js-next-tailwind-basic',
38+
description: 'Legacy Next.js, Tailwind, basic Anchor example, @solana/web3.js, Wallet Adapter',
3939
repository: 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind-basic',
4040
},
4141
{
42-
name: 'legacy-next-tailwind',
43-
description: 'Legacy Next.js + Tailwind CSS, no Anchor',
42+
name: 'web3js-next-tailwind',
43+
description: 'Legacy Next.js, Tailwind, no Anchor, @solana/web3.js, Wallet Adapter',
4444
repository: 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind',
4545
},
4646
],
@@ -51,12 +51,12 @@ export const frameworks: Framework[] = [
5151
description: "JavaScript runtime built on Chrome's V8 engine",
5252
templates: [
5353
{
54-
name: 'node-express',
54+
name: 'gill-node-express',
5555
description: 'Node Express server with gill',
5656
repository: 'gh:solana-developers/solana-templates/templates/template-node-express',
5757
},
5858
{
59-
name: 'node-script',
59+
name: 'gill-node-script',
6060
description: 'Simple Node script with gill',
6161
repository: 'gh:solana-developers/solana-templates/templates/template-node-script',
6262
},
@@ -68,33 +68,33 @@ export const frameworks: Framework[] = [
6868
description: 'React with Vite and React Router',
6969
templates: [
7070
// {
71-
// name: 'react-vite-tailwind-counter',
72-
// description: 'React with Vite + Tailwind CSS + Anchor Counter Example',
71+
// name: 'gill-react-vite-tailwind-counter',
72+
// description: 'React with Vite, Tailwind, Anchor Counter Example',
7373
// repository: 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind-counter',
7474
// },
7575
// {
76-
// name: 'react-vite-tailwind-basic',
77-
// description: 'React with Vite + Tailwind CSS + Anchor Basic Example',
76+
// name: 'gill-react-vite-tailwind-basic',
77+
// description: 'React with Vite, Tailwind, basic Anchor example',
7878
// repository: 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind-basic',
7979
// },
8080
{
81-
name: 'react-vite-tailwind',
82-
description: 'React with Vite + Tailwind CSS + Gill, no Anchor',
81+
name: 'gill-react-vite-tailwind',
82+
description: 'React with Vite, Tailwind, gill (based on @solana/kit), Wallet UI',
8383
repository: 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind',
8484
},
8585
{
86-
name: 'legacy-react-vite-tailwind-counter',
87-
description: 'React with Vite + Tailwind CSS + Anchor Counter Example',
86+
name: 'web3js-react-vite-tailwind-counter',
87+
description: 'React with Vite, Tailwind, Anchor Counter Example, @solana/web3.js, Wallet Adapter',
8888
repository: 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind-counter',
8989
},
9090
{
91-
name: 'legacy-react-vite-tailwind-basic',
92-
description: 'React with Vite + Tailwind CSS + Anchor Basic Example',
91+
name: 'web3js-react-vite-tailwind-basic',
92+
description: 'React with Vite, Tailwind, basic Anchor example, @solana/web3.js, Wallet Adapter',
9393
repository: 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind-basic',
9494
},
9595
{
96-
name: 'legacy-react-vite-tailwind',
97-
description: 'React with Vite + Tailwind CSS, no Anchor',
96+
name: 'web3js-react-vite-tailwind',
97+
description: 'React with Vite, Tailwind, @solana/web3.js, Wallet Adapter',
9898
repository: 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind',
9999
},
100100
],

0 commit comments

Comments
 (0)