astro-ghostcms/packages/create-astro-ghostcms
Adam Matthiesen d860350899
Bump execa from 7.2.0 to 8.0.1 (#23)
Bumps [execa](https://github.com/sindresorhus/execa) from 7.2.0 to
8.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/execa/releases">execa's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.1</h2>
<h3>Fixes</h3>
<ul>
<li>Fix and document support for the <a
href="https://github.com/sindresorhus/execa#encoding"><code>{encoding:
'buffer'}</code> option</a>. It is the same as <code>{encoding:
null}</code>, but preferred over it. (<a
href="https://redirect.github.com/sindresorhus/execa/issues/572">#572</a>)</li>
</ul>
<p><a
href="https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1">https://github.com/sindresorhus/execa/compare/v8.0.0...v8.0.1</a></p>
<h2>v8.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 16.17.0 and later (<a
href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li>
</ul>
<p><a
href="https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0">https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f4b8b3ab60"><code>f4b8b3a</code></a>
8.0.1</li>
<li><a
href="89c69fe97a"><code>89c69fe</code></a>
Support <code>{encoding: 'buffer'}</code> (<a
href="https://redirect.github.com/sindresorhus/execa/issues/572">#572</a>)</li>
<li><a
href="e7dee28c41"><code>e7dee28</code></a>
8.0.0</li>
<li><a
href="88ee3bd6fa"><code>88ee3bd</code></a>
Upgrade <code>get-stream</code> (<a
href="https://redirect.github.com/sindresorhus/execa/issues/571">#571</a>)</li>
<li><a
href="f31fbdbb07"><code>f31fbdb</code></a>
Fix documentation typo (<a
href="https://redirect.github.com/sindresorhus/execa/issues/568">#568</a>)</li>
<li><a
href="468fbe15ed"><code>468fbe1</code></a>
Upgrade <code>signal-exit</code> to v4 (<a
href="https://redirect.github.com/sindresorhus/execa/issues/570">#570</a>)</li>
<li><a
href="65992b4188"><code>65992b4</code></a>
Require Node.js 16 (<a
href="https://redirect.github.com/sindresorhus/execa/issues/569">#569</a>)</li>
<li><a
href="db58085012"><code>db58085</code></a>
7.2.0</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/execa/compare/v7.2.0...v8.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=execa&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2024-01-29 04:39:02 -08:00
..
src set install deps to true by default 2024-01-29 00:53:58 -08:00
LICENSE some more progress 2024-01-27 12:06:41 -08:00
README.md Update README.md 2024-01-28 02:04:45 -08:00
create-astro-ghostcms.mjs code cleanup 2024-01-28 20:44:16 -08:00
index.d.ts code cleanup 2024-01-28 20:44:16 -08:00
package.json Bump execa from 7.2.0 to 8.0.1 (#23) 2024-01-29 04:39:02 -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
starterkit Integration in API-Only Mode with customizable theme