UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

13 lines (11 loc) 327 B
var path = require('path'), request = require('request'), qs = require('querystring'); // Show the index page exports.index = function(req, res) { return res.render('docs/index', settings); }; // Show the not implemented yet page exports.not_implemented = function(req, res) { return res.render('not-implemented'); };