# Bash SDK

The Bash SDK allows you to create Lunar plugins using Bash scripting. This SDK is particularly useful for building custom catalogers and collectors.

## SDK Components

Learn more about the specific plugin types you can create with the Bash SDK:

* [Cataloger](https://docs-lunar.earthly.dev/plugin-sdks/bash-sdk/cataloger) - Create custom catalogers to identify components in your codebase
* [Collector](https://docs-lunar.earthly.dev/plugin-sdks/bash-sdk/collector) - Build collectors to gather metadata about your components
