Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bem-init

ilyar50.0.0-alpha

Generate BEM project scaffolding from a template.

readme

bem-init

Build Status Coverage Status NPM version Dependency Status

bem-init is a scaffolding tool used to automate BEM project creation and can also be used as bem init command for bem-tools.

Installation

Install it globally if you are using globally installed bem-tools

npm -g install bem-init

Or install it into your project

npm install bem-init --save-dev

Usage

Run command:

bem init

changelog