Merge Branch create-util #19

Merged
Adammatthiesen merged 62 commits from create-util into main 2024-01-28 09:42:14 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit 238a9a6f5c - Show all commits

View File

@ -27,6 +27,7 @@ npx @matthiesenxyz/create-astro-ghostcms --<arg>
## Available templates
| Template | Description |
| -------- | ----------------------------------------------------- |
| `basic` | Basic Setup with astro-ghostcms and theme-default |
| Template | Description |
| ------------ | ----------------------------------------------------- |
| `basic` | Basic Setup with astro-ghostcms and theme-default |
| `starterkit` | Integration in API-Only Mode with customizable theme |

View File

@ -1,6 +1,6 @@
{
"name": "@matthiesenxyz/create-astro-ghostcms",
"version": "0.0.1-dev30",
"version": "0.0.1-dev31",
"description": "Utility to quickly get started with our Integration and astro",
"type": "module",
"main": "./create-astro-ghostcms.mjs",