MATLAB GitHub Repository Template
Quickstart your public MATLAB repository. Batteries included 🔋
First, click Use this template to make your own repository from this template. Clone your new repository.
Then locally:
- Run
reset_template
script - Upload your own MATLAB code
- Tweak anything else to you liking
- Commit changes appropriately along the way
Then, in Settings — Actions — General of your repository:
- "Allow all actions and reusable workflows"
- "Allow GitHub Actions to create and approve pull requests"
Then push the local changes and carry on with the development of your freshly established public MATLAB project!
Please go to repository's Wiki (when it's ready) for more detailed user manual.
Do not hesitate to ask me
for assistance and technical support.
And everyone is welcome to open
issues
to request a feature, enhance the documentation, or report a bug.
- Automated Path initialization on
startup
- Utility functions for analyzing legacy MATLAB scripts
.gitignore
for MATLAB/Simulink/Octave- MATLAB syntax checks
on pull requests and pushes to
main
branch - Automated releases based on Conventional Commits
- Dependabot for GitHub Actions
README
deployment at<user>.github.io/<repo>
- BSD 3-Clause open-source license