dupot/static-generation-framework

framework to generate static website

Installs: 68

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/dupot/static-generation-framework

2.0.0 2022-11-12 14:07 UTC

This package is auto-updated.

Last update: 2025-09-17 22:47:31 UTC


README

Framework which help you to generate static website (like Github pages )

usage

you can include it in your composer.json 's project

{
   "require":{
        "dupot/static-generation-framework": "2.*.*"
   }
}

Ask composer to install this library

composer require dupot/static-generation-framework

Or use my skeleton project to start here https://github.com/imikado/dupotStaticGenerationSkeleton