A FIS3 build system plugin that beautifies HTML files using posthtml-beautify. This package is a postprocessor for FIS3 (Front-end Integrated Solution), which applies formatting rules to HTML output during the build pipeline. Version 3.1.0 is the current stable release, but the project appears to be in maintenance mode with infrequent updates. It relies on the posthtml-beautify library and is specifically designed for the FIS3 ecosystem. Differentiators: it integrates tightly with FIS3's plugin system and allows configuration of indentation, line endings, and end-of-file newlines.
npm install fis3-postprocessor-posthtml-beautifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures FIS3 to beautify all HTML files with 2-space indentation, Unix line endings, and a trailing newline.
Pin to a specific version of posthtml-beautify and test after updates.
Always explicitly provide options in your config to ensure consistent behavior.
Ensure your project uses FIS3 and that the plugin is installed globally or locally.
Run 'npm install --global fis3-postprocessor-posthtml-beautify' or add to local devDependencies.
Ensure this code is inside fis-conf.js and that FIS3 is properly initialized.