Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0ahz/bs-console-qrcode
- Owner: 0ahz
- Created: 2017-03-11T03:54:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T15:16:29.000Z (about 2 years ago)
- Last Synced: 2024-10-13T08:45:12.146Z (3 months ago)
- Topics: browser, browser-sync, qrcode, terminal
- Language: JavaScript
- Homepage:
- Size: 220 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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