gulp-bem / bem-files-to-vinyl-fs

1 stars 0 forks source link

Rename to bem-walk-tenorok #3

Open qfox opened 8 years ago

qfox commented 8 years ago

Maybe gulp-bem-walk?

Yeti-or commented 8 years ago

why tenorok?

Yeti-or commented 8 years ago

gulp-bem-walk is better

Yeti-or commented 8 years ago

@blond what do u think?

blond commented 8 years ago

@Yeti-or why you need this module?

If this module to convert bem files to vinyl and back, then suitable gulp-bem-fs.

Example: convert bem files to vinyl-fs.

const toVinyl = require('gulp-bem-fs').toVinyl;
const walk = require('bem-walk');

walk(levels, config)
    .pipe(toVinyl());

Example: convert vinyl files to bem files.

const toBem = require('gulp-bem-fs').toBem;

gulp.src('lib/**')
    .pipe(toBem());
qfox commented 8 years ago

Can we try to use Vinyls instead of BemFiles?

blond commented 8 years ago

@zxqfox we can do everything that you can imagine :sparkles: