0.0.3 • Published 7 years ago

gridfs-get-all v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

GridFS Get All

Simple Node.js script to stream all files in a specified GridFS collection to a local directory.

Usage

  -h, --host string     mongodb host to connect to                  
  -d, --db string       database to use (default is 'test')         
  --prefix string       GridFS prefix to use (default is 'fs')      
  --port number         server port                                 
  -o, --output string   Directory for output files (default is cwd) 
  --help                Print usage information