shineunited/stasis

1.0.5 2022-01-05 21:54 UTC

This package is auto-updated.

Last update: 2024-04-06 02:46:27 UTC


README

Static site generation tool using twig templates.

Installation

$ composer require shineunited/stasis

Usage

The stasis command will reside in composer's vendor/bin directory.

$ ./vendor/bin/stasis <command> <arguments>

build

$ stasis build ./source ./target --verify --clean

clean

$ stasis clean ./target

verify

$ stasis verify ./source