# BEM Tools

Toolkit to work with files based on
[BEM methodology](https://en.bem.info/methodology/).

This package is a bundle of [bem-tools-core](https://github.com/bem-tools/bem-tools-core) and some of the available plugins.

## Installation

You need [NodeJS 4+](https://nodejs.org/) and [npm 2+](https://www.npmjs.com/).

```sh
npm install -g bem
```

## Usage

Get the list of commands with `bem --help`.

To read about commands use `bem COMMAND --help`.

## License

Code and documentation © 2016 YANDEX LLC. Code released under the
[Mozilla Public License 2.0](LICENSE.txt).
