bem-environ

bem-environ ===========

Usage no npm install needed!

<script type="module">
  import bemEnviron from 'https://cdn.skypack.dev/bem-environ';
</script>

README

bem-environ

Usage

// TODO: describe all of the project's features

Install it with npm

› npm install --save bem-environ

Update your project's make.js to extend common build process provided by bem-tools


// make.js

// extend common build process with `bem-environ`'s nodes
require('bem-environ/lib/nodes');

MAKE.decl('Arch', {

  // ...

});