mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 10:04:44 -05:00
8 lines
227 B
Python
8 lines
227 B
Python
"""
|
|
Boilerplates CLI - A sophisticated command-line tool for managing infrastructure boilerplates.
|
|
"""
|
|
|
|
__version__ = "0.2.1"
|
|
__author__ = "Christian Lempa"
|
|
__description__ = "CLI tool for managing infrastructure boilerplates"
|