Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename to bem-walk-tenorok #3

Open
qfox opened this issue Oct 26, 2016 · 6 comments
Open

Rename to bem-walk-tenorok #3

qfox opened this issue Oct 26, 2016 · 6 comments

Comments

@qfox
Copy link
Member

qfox commented Oct 26, 2016

Maybe gulp-bem-walk?

@Yeti-or
Copy link
Member

Yeti-or commented Oct 26, 2016

why tenorok?

@Yeti-or
Copy link
Member

Yeti-or commented Oct 26, 2016

gulp-bem-walk is better

@Yeti-or
Copy link
Member

Yeti-or commented Oct 26, 2016

@blond what do u think?

@blond
Copy link
Member

blond commented Nov 4, 2016

@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
Copy link
Member Author

qfox commented Nov 7, 2016

Can we try to use Vinyls instead of BemFiles?

@blond
Copy link
Member

blond commented Nov 8, 2016

@zxqfox we can do everything that you can imagine ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants