#css #cli #extract #output #scan #cache

app zoecss

CLI for ZoeCSS — scan, extract, cache, and output CSS

1 unstable release

Uses new Rust 2024

new 0.1.0 Feb 9, 2026

#10 in #scan

MIT license

335KB
9K SLoC

zoecss

Command-line interface for ZoeCSS — scan source files, extract utility tokens, generate CSS.

Usage

Pass one or more source files as arguments. Generated CSS is written to stdout.

zoecss index.html
zoecss src/**/*.html > output.css
zoecss header.html footer.html

The CLI is content-type-agnostic — HTML, JSX, Vue, Svelte, or any textual source works.

Exit codes

Code Meaning
0 Success (even if no tokens matched)
1 Runtime error (file not found, I/O failure)
2 Argument validation failure

Dependencies

~3–4.5MB
~82K SLoC