Skip to content

Commit

Permalink
feat(crystallize-cli-next): introducing svelte boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyadwivedi committed Jan 19, 2024
1 parent 4ec7330 commit 5f2fa63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crystallize/cli-next",
"version": "4.15.0",
"version": "4.16.0",
"description": "Crystallize CLI",
"main": "./build/index.js",
"repository": "https://github.com/CrystallizeAPI/crystallize-cli-next",
Expand Down
9 changes: 9 additions & 0 deletions src/config/boilerplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,13 @@ export const boilerplates: Boilerplate[] = [
blueprint: 'product-configurator',
git: 'https://github.com/CrystallizeAPI/product-configurator',
},
{
identifier: 'dounut-svelte',
name: 'Dounut Svelte',
baseline: 'Ecommerce boilerplate using SvelteKit',
description: 'Minimal eCommerce boilerplate built using SvelteKit, Houdini, Tailwind and Crystallize.',
demo: 'https://dounut-svelte.vercel.app/',
blueprint: 'dounot',
git: 'https://github.com/CrystallizeAPI/dounut-svelte',
},
];

0 comments on commit 5f2fa63

Please sign in to comment.