Tasks

The nmk-badges plugin defines the tasks described below.

Setup tasks

All tasks in this chapter are dependencies of the base setup task.

badges – insert badges in README.md file

This tasks inserts the configured ${badges} in the project README.md file.

Property

Value/description

builder

nmk_badges.builder.NmkBadgesBuilder

input

${badgesTarget} file (may be modified manually)

output

${badgesStamp} stamp file

deps

base out task

The builder is invoked with the following parameters mapping:

Name

Value

badges

${badges}

begin_pattern

${badgesBeginPattern}

end_pattern

${badgesEndPattern}