kiss-mongo

1.0.3 • Public • Published

README

Keep It Simple Seed With Mongo. It helps you to seed records to your collection.

How do I get set up?

  • Install the module npm install -g kiss-mongo
  • cd path/to/your/project/root
  • Must have a directory named seeds
  • Create collection .json files where the name if the file is the collection name
  • Add record in your .json files
  • do kiss seed --db="dbName" -d where -d means would drop the collection first

Who do I talk to?

RELEASES

1.0.3 : Supports multiple records as an array

1.0.2 : Support only one record and insert to collection

Readme

Keywords

Package Sidebar

Install

npm i kiss-mongo

Weekly Downloads

3

Version

1.0.3

License

ISC

Last publish

Collaborators

  • maityneil