agpm_suggestions 0.0.1

A way to provide suggestions for building projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "file_types":["*.sh"],
    "install_suggestions":[
        ["bash {{build script}}"]
    ],
    "uninstall_suggestions": [
        ["rm ~/.local/bin/{{used_name}}"],
        [
            "# Uninstall with translations DELETE THIS LINE",
            "rm ~/.local/bin/{{project_name}}",
            "rm ~/.local/share/locale/{{languages}}/LC_MESSAGES/{{used_name.mo}}"
        ]
    ]
}