1.0.0 • Published 9 years ago

x-mongo-seed v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

x-mongo-seed

Simple tool to seed a mongodb with data from arbitrary JSON files

Installation

$ npm install --save-dev x-mongo-seed

Usage

x-mongo-seed [options] <url> <file>

Options:

-h, --help         output usage information
-V, --version      output the version number
-u, --url <url>    mongodb db complete url
-f, --file <file>  seed json file path

Examples

x-mongo-seed mongodb://127.0.0.1:27017/fourdwin seed.json
x-mongo-seed --url mongodb://127.0.0.1:27017/fourdwin --file seed.json

License

MIT

1.0.0

9 years ago