{"library":"prettier-plugin-scaffdog","title":"Prettier Plugin for Scaffdog","description":"A Prettier plugin for formatting scaffdog template syntax. Current stable version is 4.1.0, released with scaffdog monorepo. It automatically resolves scaffdog configuration to handle custom tags and Markdown file paths. Key differentiator: no manual configuration needed after install as Prettier auto-discovers the plugin. Active development with regular releases. Requires Node.js 18+. Supports TypeScript types for configuration.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-plugin-scaffdog"],"cli":null},"imports":["import { Config } from 'prettier-plugin-scaffdog'","import plugin from 'prettier-plugin-scaffdog'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install\n// npm install --save-dev prettier prettier-plugin-scaffdog\n\n// 2. Create a scaffdog template file: example.md\n// {{ inputs.name | camel }}\n\n// 3. Format with Prettier\n// npx prettier --write example.md\n\n// 4. The file becomes:\n// {{ inputs.name | camel }}\n\n// Note: No manual plugin configuration needed; Prettier auto-detects it.","lang":"typescript","description":"Install plugin, then format a scaffdog template file with Prettier CLI. Plugin auto-discovers configuration.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}