0.1.0 • Published 7 years ago

anderson v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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