cpt 0.5.0

A filesystem tool that will copy a folder structure and if there is provided templating data when it encounders any `.tpl` files, it tries to fill it using Handlebar syntax and prints out the transformed version.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
version: "2" # required to adjust maintainability checks
plugins:
    markdownlint:
        enabled: true
checks:
    identical-code:
        enabled: false # this is a problem solving repository. It will have identical code blocks by nature.
    similar-code:
        enabled: false
    method-complexity:
        config:
            threshold: 30