UNPKG

mongoose-data-seed

Version:

Seed mongodb with data using mongoose models

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