jQuery.BEM
==========
jQuery.BEM is a small jQuery library that helps to create CSS classes according to the BEM methodology and add, remove, modify CSS classes of DOM elements or select DOM elements by BEM-like CSS classes.

# Download
* [The compressed, production jQuery.BEM](https://github.com/eakoryakin/jquery-bem/blob/master/build/jquery-bem.min.js)
* [The uncompressed, development jQuery.BEM](https://github.com/eakoryakin/jquery-bem/blob/master/build/jquery-bem.js)
* [The npm module of jQuery.BEM](https://www.npmjs.org/package/bem-js)

# Npm
    npm install bem-js

# API documentation
Detailed API documentation can be found [here](https://github.com/eakoryakin/jquery-bem/wiki).
