0.0.8 ⢠Published 10 months ago
@noodlestan/designer-integrations-astro v0.0.8
Designer Decisions - Astro Integration

This is an Astro integration that allows you to use Designer Decisions components in your MDX pages.
š Documentation
š§ Currently this integration loads only the base styles (from
@noodlestan/designer-shows/astro). Upcoming features include loading decisions and settings as well.Get Involved: #92 Astro Integration
How to use
Installation
npm install @noodlestan/designer-integrations-astroUsage
Import the integration and add it to your astro.config.* file:
import { defineConfig } from 'astro/config';
import designerDecisions from '@noodlestan/designer-integrations-astro';
export default defineConfig({
integrations: [
designerDecisions({});
]
})š Refer to the Designer Decisions Documentation for more info on features and options.
Development
Make sure you README first.
Scripts
- $
npm run build- usesastro checkandtsc --noEmitto type check Astro and SolidJS sources (does not produce anydist/) - $
npm run test/npm run test:watch- š§ no tests. - $
npm run lint/npm run lint:fix- uses @noodlestan/eslint-config - $
npm run dev- usestsc --watch(SolidJS sources only)
MIT License
Copyright (c) 2025 Noodlestan.
Published under a MIT license.
0.0.8
10 months ago