https://github.com/settermjd/antora-tools
This project provides a set of PHP-based tools for working with Antora builds.
https://github.com/settermjd/antora-tools
Last synced: about 2 months ago
JSON representation
This project provides a set of PHP-based tools for working with Antora builds.
- Host: GitHub
- URL: https://github.com/settermjd/antora-tools
- Owner: settermjd
- License: gpl-2.0
- Created: 2018-08-24T08:56:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T09:59:39.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T20:47:13.102Z (over 1 year ago)
- Language: PHP
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Antora Tools
[](https://www.codacy.com/app/settermjd/antora-tools?utm_source=github.com&utm_medium=referral&utm_content=settermjd/antora-tools&utm_campaign=Badge_Grade)
This project provides a set of PHP-based tools for working with Antora projects.
## Current Feature Set
As Antora is still a relatively new project, there is still quite a bit to be done, such as providing tools to help in migrating from other documentation platforms. This project is aimed at helping out in that regard, by providing a, PHP-based, set of tools to ease the setup and migration from other platforms, along with other functionality, such as generating a PDF document from an existing Antora project setup.
## Installation
To install the project, you need to first ensure that you have a copy of PHP 7.2 installed. After that you have three choices:
1. You can use the library in a project of your own.
2. You can use the tools from the command-line, by running `php application.php`.
3. You can use the Phar file with an existing Antora project standalone.