4.0.0 • Published 3 years ago

yarn-outdated-formatter v4.0.0

Weekly downloads
1,108
License
MIT
Repository
github
Last release
3 years ago

yarn-outdated-formatter

Build Status Coverage Status NPM Version License

Usage

format-yarn-outdated --help shows the help:

NAME
  format-yarn-outdated - yarn outdated --json formatter

SYNOPSIS
  format-yarn-outdated [-h help] [-v version] [-f format]
                       [-e excludes] [-c changelogs]

OPTIONS
  --help, -h       Prints the help.
  --version, -v    Prints the package version.
  --format, -f     Output format. One of either markdown, json, mackerel or csv can be used. Default: markdown
  --excludes, -e   Path to YAML file which specify package names to exclude
  --changelogs, -c Path to YAML file which specify changelog uris for the packages

EXAMPLES
  $ yarn outdated --json | $(yarn bin)/format-yarn-outdated
  $ yarn outdated --json | $(yarn bin)/format-yarn-outdated --excludes /path/to/excludes.yml --changelogs /path/to/changelogs.yml
  $ yarn outdated --json | $(yarn bin)/format-yarn-outdated --format json | jq '.minor[],.patch[] | .[0]' | xargs -I{} yarn upgrade {}
  $ yarn outdated --json | $(yarn bin)/format-yarn-outdated --format mackerel | mkr throw --service ServiceMetricName

NPM SUPPORT
  To detecting dependencies or devDependencies, --long option is required.
  $ npm outdated --json --long | $(npm bin)/format-yarn-outdated

  URL will not shown.
  CHANGELOG URL will not shown unless you set --changelogs option.

Examples

License

MIT License

3.0.1

3 years ago

4.0.0

3 years ago

2.2.1

3 years ago

3.0.0

3 years ago

2.2.0

4 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.0.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago