Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 806 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 806 Bytes

cookiecutter-splunk-addon-ucc

This is now a part of the native ucc-gen command, please check ucc-gen init command here.

Rationale

I need sometimes to create a simple version of the add-on to test or demo smoething. This makes it easy to bootstrap a new add-on without a need to remember all the required files, fields and values.

How to use

python3 -m venv .venv
source .venv/bin/activate
pip install cookiecutter
cookiecutter gh:artemrys/cookiecutter-splunk-addon-ucc
# Enter required values
# You will see a new folder in the root directory that is the new add-on

Example

Checkout this repository to see an example.