How to use the dgeni/lib/utils/config.load 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 angular / protractor / scripts / generate-docs.js View on Github external
then(function(linksHash) {
      console.log('Using hash for doc links', linksHash);
      return _.extend(require('dgeni/lib/utils/config').load(configPath), {
        linksHash: linksHash
      });
    }).then(function(config) {
      generateDocs(config);

dgeni

Flexible JavaScript documentation generator used by both AngularJS and Angular

MIT
Latest version published 3 years ago

Package Health Score

60 / 100
Full package analysis

Similar packages