Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djmaxus/matlab-repo-init
Quickstart your public MATLAB repository
https://github.com/djmaxus/matlab-repo-init
ci github-actions github-io-page license matlab release-automation repository semantic-versioning template
Last synced: 20 days ago
JSON representation
Quickstart your public MATLAB repository
- Host: GitHub
- URL: https://github.com/djmaxus/matlab-repo-init
- Owner: djmaxus
- License: apache-2.0
- Created: 2024-08-13T21:01:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T09:50:11.000Z (about 2 months ago)
- Last Synced: 2024-10-04T21:44:49.117Z (about 1 month ago)
- Topics: ci, github-actions, github-io-page, license, matlab, release-automation, repository, semantic-versioning, template
- Language: MATLAB
- Homepage: https://djmaxus.github.io/matlab-repo-init/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# MATLAB GitHub Repository [Template](https://github.com/djmaxus/matlab-repo-init)
![MATLAB checks](../../actions/workflows/matlab-ci.yml/badge.svg)
[![View matlab-repo-init on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://uk.mathworks.com/matlabcentral/fileexchange/171364-matlab-repo-init)- MATLAB project tree with automated Path initialization on [startup](startup.m)
- [`.gitignore`](.gitignore)
- [MIT](LICENSE-MIT) or [APACHE 2.0](LICENSE-APACHE) licenses
- [MATLAB checks](.github/workflows/matlab-ci.yml) on PRs and pushes
- Automated [releases](.github/workflows/release-please.yml)
- [`README`](README.md) [deployment](.github/workflows/webpage.yml) at [`[user].github.io/[repo]`](https://djmaxus.github.io/matlab-repo-init)
- [Dependabot](.github/dependabot.yml) for GitHub Actions
- [Utility functions](util/) found useful for analyzing legacy MATLAB script codebases## References
- https://uk.mathworks.com/help/matlab/ref/startup.html
- https://uk.mathworks.com/help/matlab/matlab_prog/overview-of-matlab-build-tool.html
- https://www.toptal.com/developers/gitignore/
- https://choosealicense.com/
- https://www.conventionalcommits.org/en/v1.0.0/