{"library":"prettier-plugin-ux","title":"Prettier Quickapp Plugin","description":"Prettier plugin for formatting QuickApp (.ux) files, version 0.3.0. It integrates with Prettier to provide a universal interface for code formatting, supporting JS, CSS, Less, Sass, and Markdown within QuickApp projects. The plugin is specifically designed for the QuickApp platform (快应用), offering a common style guide for teams and helping identify potential code issues. It requires Prettier as a peer dependency and is compatible with Node.js >= 8.0.0. The plugin is maintained by nicejade and has a low release cadence with limited community adoption.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-plugin-ux"],"cli":null},"imports":["const prettier = require('prettier'); require('prettier-plugin-ux');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install\nyarn add --dev --exact prettier prettier-plugin-ux\n\n// Format all .ux files\nnpx prettier --write \"**/*.ux\"\n\n// In package.json scripts\n\"prettier\": \"prettier --write 'src/**/*.js' 'src/**/*.ux'\"\n\n// Optional: watch with onchange\n\"prettier-watch\": \"onchange '**/*.md' 'src/**/*.js' 'src/**/*.ux' -- prettier --write {{changed}}\"","lang":"javascript","description":"Installation and basic usage of prettier-plugin-ux to format QuickApp files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}