GitXplorerGitXplorer
G

MatlabTemplate

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
62112351d8180201bfc5c8feef97d0c261e0788c

Update README.md

GGlobegitter committed 11 years ago
Unverified
63b74d3488427067d66644962a8121b0d7a2f4f4

Update README.md

GGlobegitter committed 11 years ago
Unverified
60f06c099f6e16fbf2508f0677fc4b2daadf6710

Update README.md

GGlobegitter committed 11 years ago
Unverified
5df379ac3acda94aa6a382b00c443cad0505e63d

Update README.md

GGlobegitter committed 11 years ago
Unverified
8e7d70318f4c5c9bc43af81fcee168c3b4d93f76

Fixed a comment

GGlobegitter committed 11 years ago
Unverified
239edfd9cf9029b7465d082280cf4003cb8f36c7

Added missing moduleTests file

GGlobegitter committed 11 years ago

README

The README file for this repository.

MatlabTemplate

Template repository for new Matlab projects which provides a template-file to create unit tests as well as all the necessary files to run these tests automatically on every commit.

Setup

Clone the template, set up a new repository as well as the pre-commit hook:

git clone --depth=1 https://github.com/Globegitter/MatlabTemplate.git . && rm -rf .git && ./run-first

Now you just have to modify the contents in moduleTests.m to fit your needs and use git/Matlab as usual.

Note: Since the run-first script creates a local repository you will probably want to add an origin (new github repository) via git remote add origin https://username@github.com/user/repo.git or simply git@github.com:user/repo.git if you have SSH keys set up. Afterwards git push -u origin master to set it as default.