Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

adobe/sledgehammer-registry

Repository files navigation

Default registry of Sledgehammer Build Status

Introduction

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.

Using with Sledgehammer

The default registry already ships with Sledgehammer. So you only need to install it if you removed it.

To register the default registry with Sledgehammer you can execute

slh create registry git https://github.com/adobe/sledgehammer-registry.git --name default
Configuration

Build & Run

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

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.