2.0.0 • Published 3 years ago

json-mongoser v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

json-mongoser

image
Console application to read JSON files and upload them to MongoDB

OPTIONS

-h: get help

-v: view version

-d: path to JSON files directory

-c: url to connect mongoDB and create the collections

-m: directory path to add your mongoose model

USAGE:

set model

json-mongoser -m YOUR_PATH

save data

json-mongoser -d YOUR_PATH -c MONGOURL_CONNECTION