nodeshift-archived / license-reporter

license-reporter is a tool that gathers licenses for project's dependencies and produces a output in XML, JSON, YAML and HTML format.
Apache License 2.0
13 stars 10 forks source link

chore: code organization #244

Closed helio-frota closed 6 years ago

helio-frota commented 6 years ago
helio-frota commented 6 years ago
├── commands
│   ├── console.cmd.js
│   ├── merge.cmd.js
│   ├── report.cmd.js
│   └── save.cmd.js
├── modules
│   ├── console.mdl.js
│   ├── merge.mdl.js
│   ├── report.mdl.js
│   └── save.mdl.js
└── utils
    ├── canonical-name.js
    ├── checker.js
    ├── dual.js
    ├── file-reader.js
    ├── html.js
    ├── messages.js
    ├── project.js
    ├── resources
    ├── unified-list.js
    ├── unknown.js
    ├── url-fetcher.js
    ├── validator.js
    ├── version-handler.js
    └── xml.js
coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 89.308% when pulling bfdba2585f4d1e8ebe9b500c6736b39f3174599f on helio-frota:pr into 6670df2cb9d987ad41ee6c51d2fbb613c407d3e0 on bucharest-gold:master.