bem class extractor html for Gemini CLI
io.github.jmshinhwa/bem-class-extractor-html
16 BEM naming rules read the HTML file you have open and 22 markup and SCSS skeletons write the styl
client:Gemini CLI
transport:stdio
runtime:npm
Install bem class extractor html in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bem-class-extractor-html": {
"command": "npx",
"args": [
"-y",
"@readystack/bem-class-extractor-html"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs