janklab / MatlabProjectTemplate

A template for creating repos for Matlab library and application projects
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Make dev-kit independent of the library #24

Open apjanke opened 3 years ago

apjanke commented 3 years ago

dev-kit currently just delegates to the "standard" utility functions inside the library itself. That was a mistake: the dev-kit build scaffolding should work with arbitrary libraries dumped in Mcode, in case you want to use this template with a library that doesn't include our special utility functions.

dev-kit should be independent. Make it WET instead.

apjanke commented 3 years ago

Mostly done in https://github.com/janklab/MatlabProjectTemplate/commit/cc2ec5d527de7331742c8d8fd648ea31467d323d. There's probably a few more bits hanging around to clean up.