server-print
v1.1.6
Published
Print and copy server url
Downloads
7
Readme
server-print
Print and copy server url
Installation
$ yarn add server-print --dev
Use
import serverPrint from 'server-print';
serverPrint({port: '8080'});
// add path
serverPrint({prot: '8080', path: '/example'});
// Change copy's path
serverPrint({port: '8080', copyType: 'ip'});