![github]![crates-io]![docs-rs]
Build Status

fold-license

Folding licenses from multiple dirs with cargo/Cargo.toml and yarn/package.json.

Screenshots

  1. Run:

image

  1. And then you got the licenses for all of indivisual repos dirs!

image

Install

sh cargo install fold-licenses

Usage

note: This package include both of bin and lib. In this section, I explain only the bin version. See also lib.rs and docs if you want to use lib version.

fold-license --help:

```sh USAGE: fold-license [OPTIONS]

OPTIONS: -c, --conf Use configuration file if set the path. -c path/to/conf.toml --cargo cargo/Cargo.toml, enabled -f, --format toml, json, msgpack. -e json -h, --help Print help information -i, --in input glob pattern(s). -i aaa -i bbb -i ccc ... -o, --out output to the path if set. else, output to stdout -p, --pretty pretty output. ONLY TO USE WITH A TEXT FORMAT -s, --silent silet a log messages -V, --version Print version information --yarn yarn/packages.json, enabled ```

  1. eg.) fold-license -i . -i path/to/somewhere -i 'target/**/pattern/*' -o target/output.toml -s -p --cargo --yarn
  2. eg.) fold-license -c example/example-conf.toml if you want to use -c and prepared configuration file:

```toml

example-conf.toml; fold-license -c example/example-conf.toml

format = "toml" in = [".", "path/to/somewhere", "target/*/pattern/"] out = "target/output.toml" silent = true pretty = true cargo = true yarn = true ```

LICENSE

Author