Files
Alma/test_module/.alma-config.json

22 lines
421 B
JSON

{
"default": {
"target": "~/.config/test_module",
"exclude": [
"test2.txt"
],
"links": {
"test_folder": "test_folder",
"test_folder2": "test_folder3"
},
"install": "echo 'INSTALL WORKS!! install command for test_module'"
},
"win": {
},
"linux": {
},
"linux-fedora-x64": {
},
"linux-fedora": {
}
}