npm.io
0.4.0 • Published 6h ago

@studiocms/devapps

Licence
MIT
Version
0.4.0
Deps
4
Size
1.0 MB
Vulns
0
Weekly
0
Stars
832

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.

Keywords