Skip to content
View coodyme's full-sized avatar
:electron:
:electron:

Organizations

@weenow

Block or report coodyme

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. notes notes Public

    💾 A comprehensive collection of development notes.

  2. dot dot Public

    🖥️ Opinionated Development Environment.

    Shell

  3. docker docker Public

    🐳 Collection of ready-to-use Docker Compose files .

    Shell

  4. Clone all organization repositories ... Clone all organization repositories using GitHub CLI.
    1
    gh repo list myorgname --limit 1000 | while read -r repo _; do
    2
      gh repo clone "$repo" "$repo"
    3
    done
  5. scripts scripts Public

    🚀 Ready-to-use .sh Scripts.