Configuration files for ui projects.
git submodule add https://github.com/blazejsewera/ui-config ./ui/config
or
git submodule add git@github.com:blazejsewera/ui-config.git ./ui/config
where ./ui/config
is the path in your repository.
Then, you have to reference those configs from the ui project root.
You will find example files in .ref
directory.
Remember to clone your repositories with --recursive
flag when using ui-config
.
If you forget to run with --recursive
, you can always init submodules recursively with:
git submodule update --init --recursive