# gulp-bem-pack **Repository Path**: mirrors_floatdrop/gulp-bem-pack ## Basic Information - **Project Name**: gulp-bem-pack - **Description**: Browserify JavaScript files with levels support - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gulp-bem-pack [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] Gulp wrapper of [bem-pack](https://github.com/floatdrop/bem-pack). ## Usage ```js var gulp = require('gulp'); var bempack = require('gulp-bem-pack'); gulp.src(['base/*.js', 'main/*.js']) .pipe(bempack('index.js')) .pipe(gulp.dest('dist')); ``` ## API ### gulp-bem-pack(filename, [options]) #### filename Type: `String` File name of generated JavaScript file. #### options Type: `Object` Object with options, that will be directly passed to [bem-pack](https://github.com/floatdrop/bem-pack). ## License MIT (c) 2014 Vsevolod Strukchinsky [npm-url]: https://npmjs.org/package/gulp-bem-pack [npm-image]: http://img.shields.io/npm/v/gulp-bem-pack.svg?style=flat [travis-url]: http://travis-ci.org/floatdrop/gulp-bem-pack [travis-image]: http://img.shields.io/travis/floatdrop/gulp-bem-pack.svg?branch=master&style=flat