1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 01:09:15 +00:00

headers refactoring

This commit is contained in:
deadc0de6
2018-06-02 14:50:05 +02:00
parent 48c465f5f3
commit 0052571d2e
8 changed files with 12 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6 Copyright (c) 2017, deadc0de6
Represent an action in dotdrop
represent an action or transformation
in dotdrop
""" """
import subprocess import subprocess

View File

@@ -1,7 +1,8 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6 Copyright (c) 2017, deadc0de6
config file manager
yaml config file manager
""" """
import yaml import yaml

View File

@@ -1,6 +1,7 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6 Copyright (c) 2017, deadc0de6
entry point entry point
""" """

View File

@@ -1,6 +1,7 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6 Copyright (c) 2017, deadc0de6
represents a dotfile in dotdrop represents a dotfile in dotdrop
""" """

View File

@@ -1,6 +1,7 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6 Copyright (c) 2017, deadc0de6
handle the installation of dotfiles handle the installation of dotfiles
""" """

View File

@@ -1,7 +1,8 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6 Copyright (c) 2017, deadc0de6
handle logging to stdout/stderr
provides logging functions
""" """
import sys import sys

View File

@@ -1,6 +1,7 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6 Copyright (c) 2017, deadc0de6
jinja2 template generator jinja2 template generator
""" """

View File

@@ -1,6 +1,7 @@
""" """
author: deadc0de6 (https://github.com/deadc0de6) author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6 Copyright (c) 2017, deadc0de6
utilities utilities
""" """