UNPKG

mongoose-data-seed

Version:

Seed mongodb with data using mongoose models

9 lines (6 loc) 152 B
import usageGuide from './usage-guide'; /** * Prints the run command user-guide */ const help = () => console.log(usageGuide); export default help;