metricator/scripts
Stanislav Nikitin fb34d0d53e
Version 0.2.0 and build fix.
2021-02-19 19:43:52 +05:00
..
shell_helpers Differentiate git/release data for binary data embedding. 2021-02-19 19:24:42 +05:00
README.md Initial commit. 2020-11-28 23:34:20 +05:00
build.sh Version 0.2.0 and build fix. 2021-02-19 19:43:52 +05:00
show_git_data.sh Differentiate git/release data for binary data embedding. 2021-02-19 19:24:42 +05:00

README.md

Scripts directory

This directory contains various scripts that is used for whole application lifecycle - building, testing, deploying, etc.

WARNING: these scripts assuming that they're launched from root directory of project! Do not launch them like:

./some_stript.sh

Instead launch them from root directory like:

./scripts/some_script.sh

Otherwise your computer might explode. You were warned.