Skip to content

eduardomatoss/github-tidy

 
 

Repository files navigation

Github Tidy

Tidy Github organization.

  • Repositories
    • Backup to Amazon S3, delete from Github and notify to Slack

TODO (Future)

  • Issues (future)
  • Pull Requests (future) ...

Usage

Repositories

AWS S3 Backup and delete

  • With repository name
github-tidy [github organization] [s3 bucket] [repository]
  • Exporting a variable
export PROJECTS=$(cat <<-END
project1
project2
END
github-tidy [github organization] [s3 bucket]
  • With a file containing repositories name
github-tidy [github organization] [s3 bucket] [file with repositories names]

Helping out

Ideas/Suggestions? Complaints? Create an issue or a pull request :D

About

Scripts to tidy up Github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%