Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

szero

bucharest-gold31Apache-2.0deprecated1.0.1

This module is deprecated.

Sub Zero dependency search.

readme

szero

Coverage Status Build Status Known Vulnerabilities dependencies Status

NPM

Sub Zero dependency search.

Installation

npm install szero -g

Usage

$ szero . --help
Usage: szero /path/to/project [options]

Options:
  --version      Show version number                                   [boolean]
  --ignore, -i   ignores the specified directories separated by space. e.g:
                 bower_components examples test            [array] [default: []]
  --ci           enables process.exit() when unused dependency found.
                                                                [default: false]
  --dev          enables devDependencies processing.            [default: false]
  --license, -l  Displays license information for each dependency.
                                                                [default: false]
  --help         Show help                                             [boolean]
------------------------------------------------------------
[ Unused dependencies ]
------------------------------------------------------------
commander
------------------------------------------------------------
[ Unused devDependencies ]
------------------------------------------------------------
eslint
eslint-config-semistandard
eslint-config-standard
eslint-plugin-import
eslint-plugin-node
eslint-plugin-promise
eslint-plugin-react
eslint-plugin-standard
license-reporter
nsp
nyc
standard-version
tap-spec

NOTE: Not always devDependences are used via require(), so a larger number of unused devDependencies is expected in the output result.

When using the option --license or -l szero will display information about license for each dependency.

Thanks to license-reporter for the license information for each dependency.

Contributing

Please read the contributing guide

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.0 (2016-12-28)

Features

0.7.1 (2016-11-17)

Bug Fixes

  • Unused Dependecies was actually an Array of Dep objects if there were unused dependencies. Fixes issue #61 (987e782), closes #61

0.7.0 (2016-11-09)

Bug Fixes

  • Fix duplication of dep declaration. (51d6ebc)
  • License as [object object] (5b214b5)
  • License Reporter no longer runs twice when doing the console reporter. For #57 (df1f0e9)
  • The license search. (49b9cd8)

Features

  • add license report to the fileReporter (1843555)
  • license info added to the public API. must opt-in (381e7f0)