bs-console-info

Display access URLs in the console

Usage no npm install needed!

<script type="module">
  import bsConsoleInfo from 'https://cdn.skypack.dev/bs-console-info';
</script>

README

bs-console-info

Display Access URLS in the console

Useful for quickly seeing the external urls

Install

npm i browser-sync bs-console-info

Usage

var browserSync = require('browser-sync').create();

browserSync.init({
    server: 'test/fixtures',
    plugins: ['bs-console-info']
});