@windastella/simple-file-service
v1.1.3
Published
Microservice for upload and serve file
Downloads
3
Readme
Simple-File-Service
A micro service to quickly help me setup a mock file upload server. What it does? Upload and serve file.
Usage
install :
npm install -g @windastella/simple-file-service
run :
simple-file-service -p 3000 -h localhost -d uploads
options :
-p --port
define port.
-h --host
define host.
-d --directory
define serving directory.