volktron / projinom
1.1.1
2023-09-18 23:17 UTC
Requires
- php: >=8.2
- ext-readline: *
- erusev/parsedown: ^1.7
- twig/twig: ^3.7
README
Projinom is a static site generator for software project documentation. It parses a directory of markdown files and creates a clean static site similar to documentation for Bootstrap.
Documentation: https://volktron.github.io/projinom/index.html
Usage
composer require volktron/projinom
Setup
To create a new Projinom set of documentation, run the following command:
./vendor/bin/projinom init <destination>
Follow instructions on screen.
Build
To run Projinom, run the following command in your project directory:
./vendor/bin/projinom build <source>
Projinom will generate files based on content in source
and place the output in destination
.