0.1.2 • Published 11 years ago

html2bemdecl v0.1.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

html2bemdecl

A simple tool for converting bem-friendly HTML files into bemdecl.js declarations

Install

$ [sudo] npm install html2bemdecl -g

Usage

$ html2bemdecl --help

Usage: html2bemdecl [options]

Options:

  -h, --help               output usage information
  -V, --version            output the version number
  -i, --input <filename>   Input HTML file
  -o, --output <filename>  Output BEMDECL
  -enc, --encoding         Input file encoding [encoding]

You must specify paths to input and output files. That's all!

NOTE: bem-friendly HTML means that all your bem classes start with b- l- or i- prefixes.

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

12 years ago