github-reporadar 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,6 +37,7 @@ npx github-reporadar --help # フラグの一覧
37
37
  - データは`$XDG_CACHE_HOME`か`~/.cache`の`github-reporadar/data/`に置く。カレントディレクトリには落とさない(private repo名とコミット文が入るため)。`--data-dir`で変えられる
38
38
  - 待ち受けは`127.0.0.1`だけ。ポートは既定5177で、使用中なら次を探す
39
39
  - `--no-sync`で手元のデータだけで開く。`--days 30`で取得期間を変える
40
+ - `--org <組織名>`で組織のrepoも足せる(繰り返し可)。組織では自分がauthorのコミットと、自分が作ったか担当のopen issue/PRだけを数える。読むだけで、組織側には何も書かない。一覧では`組織名/repo名`で出る
40
41
 
41
42
  npmには実データを含めない。`files`で`dist/data`を除外し、`prepublishOnly`でも消し、`npm pack --dry-run`に`/data/`が無いことをテストで固定している。
42
43