prettier-cm

JSON →
library 1.0.8 ·javascript
verified Jun 4, 2026

prettier-cm is a lightweight CLI tool (v1.0.8) that quickly sets up Prettier configuration in any project by generating .prettierrc and .prettierignore files. It automates the repetitive task of manually creating configuration files with sensible defaults (4-space indentation, single quotes, semicolons, trailing commas, JSX support, common ignores). Suitable for full-stack projects. Unlike manual setup, it is a one-command solution that can be run via npx without installation. The project is maintained on GitHub and follows an MIT license.