0.0.8 • Published 10 months ago

@noodlestan/designer-integrations-astro v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Designer Decisions - Astro Integration

npm.io

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-astro

Usage

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 - uses astro check and tsc --noEmit to type check Astro and SolidJS sources (does not produce any dist/)
  • $ npm run test / npm run test:watch - 🚧 no tests.
  • $ npm run lint / npm run lint:fix - uses @noodlestan/eslint-config
  • $ npm run dev - uses tsc --watch (SolidJS sources only)

MIT License

Copyright (c) 2025 Noodlestan.

Published under a MIT license.