binject

Simple Bower Injector

Usage no npm install needed!

<script type="module">
  import binject from 'https://cdn.skypack.dev/binject';
</script>

README

binject

Simple Bower Injection

Installation

npm install -g binject

How to use it ?

Your index.html :

<html>
    <head>
        <!-- bower:css -->
        <!-- endbower -->
    </head>
    <body>
        Your App
        <!-- bower:js -->
        <!-- endbower -->
    </body>
</html>
binject index.html

Options

/public /index.html /bower_components /bower.json

binject web/index.html --ignorePath /public
binject web/index.html --relative