shineunited/stasis

Installs: 1 046

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/shineunited/stasis

1.0.5 2022-01-05 21:54 UTC

This package is auto-updated.

Last update: 2025-10-06 06:21:04 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