UNPKG

oxeo

Version:

Single command MERN stack creation tool.

11 lines (9 loc) 246 B
module.exports = { build: vars => `const mongoose = require("mongoose"); const Schema = mongoose.Schema; const HelloSchema = new Schema({ message: String }); const Hello = mongoose.model("Hello", HelloSchema); module.exports = Hello;` }