How to use the dgeni.log function in dgeni

To help you get started, we’ve selected a few dgeni examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ionic-team / ionic-v1 / config / demos / processors / demos.js View on Github external
var _ = require('lodash');
var log = require('dgeni').log;
var path = require('canonical-path');

var typeTransform = {
  markdown: 'md'
};

module.exports = {
  name: 'demos',
  description: 'Output demos to their files on ionic-demo website',
  runAfter: ['files-read'],
  runBefore: ['processing-docs'],
  process: function(docs, config, extraData) {

    var contentsFolder = config.rendering.contentsFolder;
    var assetOutputPath = '${component}/${name}/${fileName}';

dgeni

Flexible JavaScript documentation generator used by both AngularJS and Angular

MIT
Latest version published 4 years ago

Package Health Score

60 / 100
Full package analysis