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

artemrys/cookiecutter-splunk-addon-ucc

Repository files navigation

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.

About

Cookiecutter for Splunk add-ons with UCC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages