Skip to content

BrowserSync/bs-console-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']
});

About

Display Access URLS in the console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published