#!/usr/bin/env bash

repo_name="$1"
name="${repo_name##*-}"
owner="${2:-mise-plugins}"

# TODO: update README.md
# TODO: transfer from jdx -> mise-plugins
# TODO: remove collaborators
# TODO: add github issues
# TODO: squash commits on PRs

echo "repository = https://github.com/$owner/$repo_name.git" > "plugins/$name"
