Bumps the prod-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.4` | `5.1.5` | | [@eliancodes/brutal-ui](https://github.com/ElianCodes/brutal-ui) | `0.2.3` | `0.2.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` | | [ultrahtml](https://github.com/natemoo-re/ultrahtml) | `1.5.2` | `1.5.3` | | [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.0.16` | `5.0.17` | | [astro-seo](https://github.com/jonasmerlin/astro-seo) | `0.8.2` | `0.8.3` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.4.0` | `4.4.13` | | [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.71.1` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.19.0` | `0.21.1` | | [sharp](https://github.com/lovell/sharp) | `0.32.6` | `0.33.2` | Updates `vite` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite) Updates `@eliancodes/brutal-ui` from 0.2.3 to 0.2.6 - [Release notes](https://github.com/ElianCodes/brutal-ui/releases) - [Changelog](https://github.com/ElianCodes/brutal-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ElianCodes/brutal-ui/commits) Updates `typescript` from 5.3.3 to 5.4.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2) Updates `ultrahtml` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/natemoo-re/ultrahtml/releases) - [Changelog](https://github.com/natemoo-re/ultrahtml/blob/main/CHANGELOG.md) - [Commits](https://github.com/natemoo-re/ultrahtml/compare/v1.5.2...v1.5.3) Updates `@fontsource-variable/inter` from 5.0.16 to 5.0.17 - [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/variable/inter/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter) Updates `astro-seo` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/jonasmerlin/astro-seo/releases) - [Changelog](https://github.com/jonasmerlin/astro-seo/blob/main/CHANGELOG.md) - [Commits](https://github.com/jonasmerlin/astro-seo/compare/v0.8.2...v0.8.3) Updates `astro` from 4.4.0 to 4.4.13 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.4.13/packages/astro) Updates `sass` from 1.71.0 to 1.71.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.71.0...1.71.1) Updates `@astrojs/starlight` from 0.19.0 to 0.21.1 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.21.1/packages/starlight) Updates `sharp` from 0.32.6 to 0.33.2 - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.32.6...v0.33.2) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@eliancodes/brutal-ui" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: ultrahtml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@fontsource-variable/inter" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro-seo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: sharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
create-astro-ghostcms.mjs | ||
package.json | ||
tsconfig.json |
README.md
@matthiesenxyz/create-astro-ghostcms
Utility to quickly get started with our Integration and astro.
The Default install method requires pnpm
if you dont have pnpm
installed you can change this by using the command below with the following argument --pkg-manager <pkg-mngr>
with the Package manager of your choice(i.e npm, yarn).
npx @matthiesenxyz/create-astro-ghostcms
# OR
npx @matthiesenxyz/create-astro-ghostcms <template> <project_directory>
Available command args:
npx @matthiesenxyz/create-astro-ghostcms --<arg>
# `--help` : Calls internal getHelp Function
# `--install` : Sets Install Dependencies to 'true'
# `--git` : Initiates git Repo
# `--dry` : Shows you what the command will do. (NO CHANGES WILL BE MADE)
# `--pkg-manager` : Specify your Package manager(i.e. npm, yarn | DEFAULT: pnpm)
Available templates
Template | Description |
---|---|
basic |
Basic Setup with astro-ghostcms and theme-default |
catppuccin |
Integration w/ Catppuccin & TailwindCSS |
brutal |
Integration w/ BrutalbyElian & UnoCSS |
starterkit |
Integration in API-Only Mode with customizable theme |