ligh-lan-cli
v0.0.3
Published
a server for sharing and editing files in LAN
Downloads
3
Readme
ligh-lan-cli
a server for sharing and editing files in LAN, used by ligh-lan
Usage
Install it from npm
npm i -g ligh-lan-cli
Use its command lan
lan [path]
or use its JavaScript API
const { server } = require('ligh-lan-cli')
server.serveDir(path, port, hostname)