Financial-Times / nori

🍙 exploratory command-line tool to make changes across multiple repositories & track their progress
MIT License
11 stars 0 forks source link

Implement yargs for options (+ tests) #3

Closed simonplend closed 5 years ago

simonplend commented 5 years ago

e.g.

transformation-runner \
  --workspace /tmp \
  --targets https://github.com/Financial-Times/repository-name \
  path-to/transformation-directory

See manage-github-apps for an example of yargs usage and command structuring.