Project Release ZIP File from Dependencies

版本 1.1.0.0 (3.6 KB) 作者: Jacob D
This function will build a zip file containing only necessary files/folders for release of a project
42.0 次下载
更新时间 2017/8/9

查看许可证

This function will build a "release" zip file containing only files and folders which are dependencies of a particular m-file and are within a project working directory.
The function first finds all dependencies for a given m-file and removes those which aren't under the given working directory. After this, all the leftover project dependencies and their folder structure are copied over to a temporary directory. The temporary directory is then zipped to the working directory with the given zip file name and the temporary directory is deleted.
Version 1.1
Now allows for optional condition 'RuntimeDependencies' which finds the dependencies using a profiled runtime environment allowing for anonymous functions, dynamic function handles and all their children to be included as dependencies.

引用格式

Jacob D (2024). Project Release ZIP File from Dependencies (https://www.mathworks.com/matlabcentral/fileexchange/62823-project-release-zip-file-from-dependencies), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Entering Commands 的更多信息
致谢

参考作品: M-file dependency consolidator

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Added RuntimeDependencies optional input argument

1.0.0.0