Skip to content

Naming Conventions

ChristophLHR edited this page May 12, 2023 · 3 revisions

All those names are configurable.

Repositories

Every program and every library should have their own repository. The repository should be the name of the script followed by the suffix -prog for programs and -lib for library. This is important so that SCM can differentiate between programs and libraries.

A repository should always have a file called files.txt in its root folder. This file should contain the relative paths to all files that should be downloaded when the script is being installed.

Here are two example repositories, which you can also install via SCM:

Clone this wiki locally