sledgehammer-registry is the default registry that accompanies the Sledgehammer executable.
All tools that are contained in the default registries are defined in the index.json.
Additional all tools that do not provide a docker container by default are defined in the tools folder.
To register the default registry with Sledgehammer you can execute
slh create registry git https://github.com/adobe/sledgehammer-registry.git --name default
To build this project, you need the following tools:
- Docker
- Make
- Bash
- git (*)
- modify-repository (*)
- shellcheck (*)
- alpine-version (*)
Sledgehammer offers the tools mentioned with (*) aboved in a development kit called slh-dev:
slh install slh-dev --kit
Checkout a new branch, make you changes, commit them and to verify your changes just call
make
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.