css_html_minify
HTML & CSS Minify Lib & App based on Regexes & parallel MultiReplaces
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install css_html_minify
choosenim install css_html_minify
git clone https://github.com/juancarlospaco/nim-css-html-minify
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| css_html_minify | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/juancarlospaco/nim-css-html-minify |
|---|---|
| Homepage | https://github.com/juancarlospaco/nim-css-html-minify |
| Registry Source | nimble_official |
README
CSS-HTML-Minify
- HTML & CSS Minify Lib & App based on Regexes & parallel MultiReplaces. Pull Requests welcome.
Use
import css_html_minify
echo minifyHtml(readFile("example.html")) ## HTML
echo minifyCss(readFile("example.css")) ## CSS
- No OS-specific code, so it should work on Linux, Windows and Mac. Not JS.
- Run the module itself for an Example.
- If you know Regex or Minification it needs Pull Requests to improve!
Install
nimble install css_html_minify
Requisites
- None