Did you know ... | Search Documentation: |
Pack prolog_starter_project -- README.md |
This is a very simple Prolog project that can be used as a template to build your own projects off of.
This works with SWI-Prolog.
Perform the following step to publish your own Prolog project in the Prolog package repository:
name
to
REPO and set version
to a Semantic
Version x.y.z
.x.y.z
).
.pack_install('https://github.com/USER/REPO/archive/x.y.z.zip').
That's all folks! Others can now reuse your project.
Others can now install your project from within Prolog with the following command:
pack_install(REPO).
Where REPO is the name of your project (see above).
Please create an issue if you encounter any issue, or if you have suggestion for improving the Prolog starter project.