linksite
Create a link site from a simple input file.
This program parses a JSON file (called links.json by default) and turns the data into a link site (a bit like LinkTree).
SYNOPSIS
linksite [--file <filename>] [--help] [--version]
OPTIONS
- --file <filename>
-
Specify the path to the JSON file containing link data. Defaults to
links.json. - --help
-
Display usage information.
- --version
-
Display the version number.
For more information see https://linksite.davecross.co.uk/.