-
Notifications
You must be signed in to change notification settings - Fork 0
Naming Conventions
ChristophLHR edited this page May 12, 2023
·
3 revisions
All those names are configurable.
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:
-
testProgram -
scm add testProgram
-
testLibrary -
scm require testLib
Anything missing or unclear? Feel free to create an issue.