0.0.1 • Published 3 years ago

bem-structure-generator v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.

0.0.1

3 years ago

1.0.0

3 years ago