JSPM

gulp-bem-bundler-examples

0.1.0-alpha.5212ae82
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q18094F
  • License MIT

Gulp plugin for transforing examples to bundles

Package Exports

  • gulp-bem-bundler-examples

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gulp-bem-bundler-examples) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gulp-bem-example-bundles

NPM Status Travis Status Coverage Status

Install

$ npm install --save-dev gulp-bem-example-bundles

Usage

//TODO Write about usage

Development

Run tests

Run tests with Mocha:

npm test

Run tests with code coverage calculation Istanbul:

npm run coverage

Run code versification tools

Run eslint linter:

npm run lint