/mongoose-visual

Generate a styled HTML document representing your loaded Mongoose.js Schemas

Primary LanguageJavaScript

mongoose-visual

  • Node bin to run in a /models/ directory of mongoose models.
  • Generates a .json representation of the model, and a nicely fromated HTML/CSS Version

Example

$ npm install mongoose-visual
$ cd ~/Sites/MySite/
$ mongoosevisual docs /my-models/
$ mongoosevisual server
$ open http://localhost:8000/

Bitdeli Badge