volktron / projinom
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/volktron/projinom
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
.