Expand description
This is the library powering punktf, a cross-platform multi-target dotfiles manager.
Modules§
- profile
- Defines profiles and ways to layer multiple of them.
- template
- Everything related to parsing/resolving templates is located in this module or it’s submodules.
- visit
- This module provieds a
Visitortrait and aWalkerwhich iterates over every item to be deployed in a given profile. The visitor accepts items on different functions depending on status and type.