Various scripts, etc. for helpful stuff within the Daisy ecosystem.
Duplicates existing project and replaces text/paths as necessary.
copy_project.py has been removed, and helper.py copy file in the root directory should be used instead.
See root level readme for usage.
Generates json metadata for examples.
This script has been removed and was replaced with ci/build_dist.py for use in automation.
This runs clang-format with the -i flag on the files checked by the CI style checks.
To run:
./util/fix_style_examples.shTo run local check:
./ci/local_style_check.shThe local check should return 1 empty line if all is successful.
common clang-format python interface. Used by CI and for running local checks.