# Packages
Package cli provides a command-line interface (CLI) for the bicep-docs tool, utilizing cobra-cli.
Package markdown provides functionality to create a Markdown file from a Bicep template.
Package template provides functions to build and parse Bicep and the corresponding ARM templates.
Package types provides shared types used by multiple packages in the "bicep-docs" application.