All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.build.print-release-url.js Maven / Gradle / Ivy

The newest version!
const address = require('address');
const qrcode = require('qrcode-terminal');

const url = `http://${address.ip()}:9966/test/release/index.html`;
console.warn(`Scan this QR code or enter ${url}`);
qrcode.generate(url);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy