shineunited / stasis
1.0.5
2022-01-05 21:54 UTC
Requires
- php: >=5.5.9
- symfony/console: ^3.2
- symfony/css-selector: ^3.2
- symfony/debug: ^3.2
- symfony/dom-crawler: ^3.2
- symfony/filesystem: ^3.2
- symfony/finder: ^3.2
- twig/twig: ^1.31
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