volktron/projinom

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/volktron/projinom

1.1.1 2023-09-18 23:17 UTC

This package is auto-updated.

Last update: 2025-09-19 05:26:47 UTC


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.