Project Status | Communication |
---|---|
Table of Contents
Copy the content of this template and use it for creating new Pearl Packages.
The directory tests
containg a template for doing unit and integration tests.
The integration tests can be run via Travis CI.
To run the unit tests:
./tests/unit-tests/unit-tests.sh
Follow the main Pearl CONTRIBUTING file for more details.
Introduce in this section the following information:
- name:
<pearl package name>
- description: The package description
- author: Creator name/surname
- username: Creator username
- OS compatibility: linux, osx, cygwin, any
Introduce the quickstart here for the pearl package.
This package can be installed via Pearl system.
pearl install <pearl package name>
The main dependencies are the following:
This section has been left blank intentionally. It will be filled up as soon as troubles come in!