Skip to content

Checks your node dependencies for contraband licenses

License

Notifications You must be signed in to change notification settings

bukinoshita/anderson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anderson Build Status

Checks your node dependencies for contraband licenses

Install

$ npm install --save anderson

Usage

const anderson = require('anderson')

await anderson()

/*
[{
    name: 'chalk',
    version: '^2.0.1',
    contraband: false,
    license: 'MIT'
  },
  {
    name: 'log-symbols',
    version: '^1.0.2',
    contraband: false,
    license: 'MIT'
  },
  {
    name: 'meow',
    version: '^3.7.0',
    contraband: false,
    license: 'MIT'
}]
*/

You need to add a .anderson.yml file in your project, check example here.

anderson is heavily inspired on anderson.

API

anderson()

returns a promise

Related

License

MIT © Bu Kinoshita

About

Checks your node dependencies for contraband licenses

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published