bem-structure-generator
v0.0.1
Published
A utility for creating a BEM file structure.
Downloads
4
Readme
BEM Structure Generator
A utility for creating a BEM file structure (nested).
Requirements:
- Node.js >=14.17.0;
- NPM >=7.16.0;
- HTML file with default BEM class notation:
block-name__elem-name_mod-name_mod-val
.
Usage:
npx bem-structure-generator <path>
where <path>
is a path to your HTML file. ./index.html
by default.