How to use license-reporter - 1 common examples

To help you get started, we’ve selected a few license-reporter 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 bucharest-gold / szero / bin / cli.js View on Github external
unusedDevDependencies.forEach((e) => {
            console.log(e);
          });
          if (options.ci) {
            process.exit(1);
          }
        } else {
          logRed('None.');
        }
      }

      if (options.license) {
        console.log('-'.repeat(60));
        console.log('[ Licenses ]');
        console.log('-'.repeat(60));
        licenseReporter.licenses(dir, false, true);
      }
    })
    .catch((e) => {

license-reporter

License-reporter gathers license information and reports them in various formats.

Apache-2.0
Latest version published 2 years ago

Package Health Score

45 / 100
Full package analysis

Popular license-reporter functions

Similar packages