bs-console-info
v1.0.2
Published
Display access URLs in the console
Downloads
39
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']
});