Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 610 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 610 Bytes

dev-tools

Collection of developer scripts, files, etc, for improving the developer process.

You can use bootstrap to "install" some of these tools, e.g., the pre-commit hook.

Note that we currently use ln -s to "install" git hooks rather than just making a copy so that we can actually update it in the repository and everyone will benefit from the update).

So, before you start the work with some repo including this current repo as a submodule, we recommend you to run this file with the following command in the root directory (Linux & macOS):

cd dev-tools && ./bootstrap.sh