0ahz / bs-console-qrcode

A BrowserSync plugin displays the access URL in the console via QR code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bs-console-qrcode

A BrowserSync plugin displays the access URL in the console ( terminal and browser ) via QR code

Install

npm i browser-sync bs-console-qrcode

Example

cd ./example
node index.js
// ./example/index.js
const browserSync = require('browser-sync').create();

browserSync.init({
    server: 'app',
    // plugins: [require('../')],
    plugins: ['bs-console-qrcode']
});

License

MIT License

About

A BrowserSync plugin displays the access URL in the console via QR code


Languages

Language:JavaScript 82.7%Language:HTML 17.3%