0.1.0 • Published 8 years ago
bem-component-generator v0.1.0
bem-component-generator
Module for generate bem component. Typically used together with gulp task runner.
Usage
const gulp = require('gulp');
const bemGenerator = require('bem-generator');
gulp.task('bem', bemGenerator);
#Run in CLI
gulp bem --name=test --sass --ts
Flag NAME - component name The SASS and TS flag are the parts of the component that need to be generated.
0.1.0
8 years ago