Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0ahz/bs-console-qrcode

A BrowserSync plugin displays the access URL in the console via QR code
https://github.com/0ahz/bs-console-qrcode

browser browser-sync qrcode terminal

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# bs-console-qrcode

A [BrowserSync](http://www.browsersync.io/) plugin displays the access URL in the console ( terminal and browser ) via QR code

## Install

```shell
npm i browser-sync bs-console-qrcode
```

## Example

```shell
cd ./example
node index.js
```

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

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

## License

MIT License