metricator/scripts/README.md

18 lines
433 B
Markdown
Raw Permalink Normal View History

2020-11-28 23:34:20 +05:00
# 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:
```shell
./some_stript.sh
```
Instead launch them from root directory like:
```shell
./scripts/some_script.sh
```
Otherwise your computer might explode. You were warned.