0.3.1 • Published 12 years ago

bem-techs-core v0.3.1

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

Bem Core Tech Modules

Build Status

A set of core technology modules not included in bem-tools distribution.

Technologies included

  • bemhtml;
  • bemtree;
  • vanilla.js;
  • node.js;
  • browser.js;
  • browser.js+bemhtml;
  • html;
  • md;

Usage

  1. Install via npm:

    npm install bem-core-techs
  2. Configure your level.js to use technologies from a package:

    var coreTechs = require('bem-techs-core');
    
    exports.getTechs = function() {
        return {
            //your setup code
            'bemhtml': coreTechs.resolveTech('bemhtml'),
            'vanilla.js': coreTechs.resolveTech('vanilla.js')
        };
    };
0.3.1

12 years ago

0.3.0

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago