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

Pure-Matlab-ify init_project and dev-kit #15

Closed apjanke closed 3 years ago

apjanke commented 3 years ago

The init_project script and dev-kit tools should be a pure-Matlab solution. This thing is intended to be easy to use for an Matlab user, and asking someone to install and set up WSL on Windows, or even use the Terminal on Mac, is a barrier to adoption. But any Matlab user can be expected to know Matlab. (Well, to some extent.)

That doesn't fix the doc-building problem: Jekyll and mkdocs still need Ruby. But the gh-pages version of the docs could be used in a "raw" mode on Windows, where you don't have a local preview and just rely on GitHub to do the Jekylling.

apjanke commented 3 years ago

Done in https://github.com/janklab/MatlabProjectTemplate/commit/e1c85cb57d4e61843ffe76ef7dfcdf470728baeb.

Release 0.4.0 with this is out.