Skip to content

barmanaginn/barman-plugin-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

barman-plugin-cookiecutter

This a cookiecutter template to create plugins for barman.

Usage

Go in your barman dev instance. The recommendation is to use a separate directory for plugins.

cd plugins
cookiecutter https://github.com/barmanaginn/barman-plugin-cookiecutter

You will be prompted some questions to populate the templates :

repo_name [barman-myawesomeplugin]: barman-rankings
module_name [barman_myawesomeplugin]: barman_rankings
name [My awesome plugin]: Rankings
author [Your name]: Yoann Pietri
email [Your email]: [email protected]
description [Short description]: Add rankings to BarMan
repo_url [Repository url]: https://github.com/barmanginn/barman-rankings
year [Current year]: 2020
version [Version]: 0.1

You then need to install your plugin to create the entry point :

pip3 install ./barman-rankings

About

Cookiecutter template for BarMan plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages