astro-ghostcms/packages/create-astro-ghostcms
Adam Matthiesen 889dd96e69 update 2024-02-14 05:20:54 -08:00
..
src working on some new stuff, also adding the new theme to the create tool, and doing some other cleanup 2024-02-03 23:10:44 -08:00
CHANGELOG.md update 2024-02-14 05:20:54 -08:00
LICENSE Massive Repo Cleanup and organization 2024-02-14 05:17:01 -08:00
README.md update readme, and version for npmjs.com 2024-02-03 23:17:12 -08:00
create-astro-ghostcms.mjs code cleanup 2024-01-28 20:44:16 -08:00
index.d.ts working on some new stuff, also adding the new theme to the create tool, and doing some other cleanup 2024-02-03 23:10:44 -08:00
package.json update 2024-02-14 05:20:54 -08:00
tsconfig.json hmm seems to be working... cool! 2024-01-27 12:36:09 -08:00
types.d.ts some more progress 2024-01-27 12:06:41 -08:00

README.md

@matthiesenxyz/create-astro-ghostcms

Utility to quickly get started with our Integration and astro.

Demo

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
starterkit Integration in API-Only Mode with customizable theme