Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 502 Bytes

File metadata and controls

29 lines (21 loc) · 502 Bytes

Github Team Remover

Usage

github-team-remover \
  --organization FlatstackSchool, or --o \
  --login github-login, or --l \
  --password github-password, or --p \
optional
  --color color, like blue, or --c \
  --verbose or --v
  --delete  or --d

Install

bin/bootstrap

Quality tools

  • bin/quality based on RuboCop
  • .rubocop.yml describes active checks

Develop

bin/build checks your specs and runs quality tools