There are two ways to create your own mloda plugin from this template.
GitHub's template feature creates a new repository with all files but a clean commit history.
-
Click the green "Use this template" button on the repository page
-
Choose "Create a new repository"
-
Name your repository (e.g.,
acme-features,acme-data-plugins, ormycompany-feature-groups)Note: Please don't use "mloda" in your package or repository name. However, you can use formulations like "for mloda" or "mloda-compatible" in descriptions.
-
Choose public or private visibility
-
Click "Create repository"
Advantages:
- Clean commit history (starts fresh)
- No fork relationship to maintain
- Your repo is completely independent
- One-click setup in GitHub UI
Forking creates a copy that maintains a connection to the original repository.
- Click the "Fork" button on the repository page
- Choose your account or organization
- Name your forked repository
- Click "Create fork"
Advantages:
- Can pull updates from the original template
- Familiar workflow for open source contributors
Disadvantages:
- Maintains fork relationship (shows "forked from" on your repo)
- Copies entire commit history
- GitHub may suggest contributing back to the original
Regardless of which option you chose, follow the setup steps in the README to customize the template:
- Clone your new repository locally
- Rename the
placeholder/directory - Update
pyproject.toml - Update Python imports
- Verify with
tox