Skip to content

Latest commit

 

History

History

README.md

StudioCMS - Development Apps

codecov

Collection* of useful tools available during dev mode in Astro

Installation

Install the integration automatically using the Astro CLI:

pnpm astro add @studiocms/devapps
npx astro add @studiocms/devapps
yarn astro add @studiocms/devapps

Or install it manually:

  1. Install the required dependencies
pnpm add @studiocms/devapps
npm install @studiocms/devapps
yarn add @studiocms/devapps
  1. Add the integration to your astro config
+import devApps from "@studiocms/devapps";

export default defineConfig({
  integrations: [
+    devApps(),
  ],
});

Usage

All tools will only be available during astro dev and will not be available during production deployments!

WordPress Importer

Requires

  • StudioCMS Integration
  • A current WP Install
  • @studiocms/blog (Optional for importing Posts under a blog)

Preview

  • Toolbar app

WP-importer

Licensing

MIT Licensed.