1.0.0 • Published 9 years ago
simple-artifact-store v1.0.0
simple-artifact-store
Simple artifact store that receives files via PUT and makes the available via GET.
Installation
npm install simple-artifact-store -gUsage
Start server
$ simple-artifact-store 8080Send one file
curl -T my.file http://localhost:8080/my.fileLicense
ISC