Merge Branch create-util #19
|
@ -27,6 +27,7 @@ npx @matthiesenxyz/create-astro-ghostcms --<arg>
|
||||||
|
|
||||||
## Available templates
|
## Available templates
|
||||||
|
|
||||||
| Template | Description |
|
| Template | Description |
|
||||||
| -------- | ----------------------------------------------------- |
|
| ------------ | ----------------------------------------------------- |
|
||||||
| `basic` | Basic Setup with astro-ghostcms and theme-default |
|
| `basic` | Basic Setup with astro-ghostcms and theme-default |
|
||||||
|
| `starterkit` | Integration in API-Only Mode with customizable theme |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@matthiesenxyz/create-astro-ghostcms",
|
"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",
|
"description": "Utility to quickly get started with our Integration and astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./create-astro-ghostcms.mjs",
|
"main": "./create-astro-ghostcms.mjs",
|
||||||
|
|
Loading…
Reference in New Issue