Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "prolog_starter_project"

Title:Prolog Starter Project
Rating:Not rated. Create the first rating!
Latest version:1.0.4
SHA1 sum:f73782a5a3d3de83cd9dfb6df19078936271d022
Author:Wouter Beek <wouter@triply.cc>
Maintainer:Wouter Beek <wouter@triply.cc>
Packager:Wouter Beek <wouter@triply.cc>
Home page:https://github.com/wouterbeek/prolog_starter_project
Download URL:https://github.com/wouterbeek/prolog_starter_project/releases/*.zip

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
1.0.11d2cdfc81f4defba6d5d59036c37ad36af1a883c1https://github.com/wouterbeek/prolog_starter_project/archive/1.0.1.zip
1.0.2d4bb416f9e467e0f6404eac1252d537b7aa282a05https://github.com/wouterbeek/prolog_starter_project/archive/1.0.2.zip
1.0.4f73782a5a3d3de83cd9dfb6df19078936271d02214https://github.com/wouterbeek/prolog_starter_project/archive/1.0.4.zip

Prolog Starter Project

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.

How to publish

Perform the following step to publish your own Prolog project in the Prolog package repository:

  1. Fork this starter project and turn it into your own project at Github location `https://github.com/USER/REPO`.
  2. Change the metadata in pack.pl. Set name to REPO and set version to a Semantic Version x.y.z.
  3. Create a Github release for your project with the same version that is in your pack.pl file (i.e., x.y.z). .
  4. Run the following command in Prolog:
pack_install('https://github.com/USER/REPO/archive/x.y.z.zip').

That's all folks! Others can now reuse your project.

How to find 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).

Let me hear what you think

Please create an issue if you encounter any issue, or if you have suggestion for improving the Prolog starter project.

Contents of pack "prolog_starter_project"

Pack contains 4 files holding a total of 2.9K bytes.