1.0.1 • Published 4 years ago

flowserve v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

flowserve

This is a command line utility that serves the current directory. After the server starts, it will open image, a QR code that is the local IP address and port number of the server. In iOS 11 they added support for QR codes in the camera app. So you you just launch the camera and point it at the QR code image that opened up, you'll be able to open the link in Safari.

Install

Make the command available globally

npm install -g flowserve

or if you like Yarn

yarn global add flowserve

Usage

If ./public/ exists, serve files from there, otherwise serve the current directory

flowserve