update readme, and version for npmjs.com

This commit is contained in:
Adam Matthiesen 2024-02-03 23:17:12 -08:00
parent 5343c16644
commit 4e7d87f498
2 changed files with 2 additions and 1 deletions

View File

@ -30,4 +30,5 @@ npx @matthiesenxyz/create-astro-ghostcms --<arg>
| Template | Description | | Template | Description |
| ------------ | ----------------------------------------------------- | | ------------ | ----------------------------------------------------- |
| `basic` | Basic Setup with astro-ghostcms and theme-default | | `basic` | Basic Setup with astro-ghostcms and theme-default |
| `catppuccin` | Integration w/ Catppuccin & TailwindCSS |
| `starterkit` | Integration in API-Only Mode with customizable theme | | `starterkit` | Integration in API-Only Mode with customizable theme |

View File

@ -1,6 +1,6 @@
{ {
"name": "@matthiesenxyz/create-astro-ghostcms", "name": "@matthiesenxyz/create-astro-ghostcms",
"version": "0.0.7", "version": "0.0.8",
"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",