jjpmann / static-sites
Static html sites using any source for content.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jjpmann/static-sites
Requires
- php: >=5.5
- illuminate/config: ^5.2
- illuminate/support: ^5.2
- league/flysystem: ^1.0
- league/flysystem-aws-s3-v3: ^1.0
- league/flysystem-sftp: ^1.0
- symfony/console: ^3.0
- symfony/process: ^3.0
- symfony/yaml: ^3.0
Requires (Dev)
- mockery/mockery: ^0.9.5
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2025-09-14 02:51:42 UTC
README
Static html sites using any source for content.
Requirments
- PHP >= 5.5
Install
composer require jjpmann/static-sites
Quick Intro
Static Sites version 0.1
Usage:
command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
help Displays help for a command
list Lists commands
make Install Static Sites into current project
run Create Static Site from config file.
test do some dev stuff.
Todo
- Create way to sync additional folders
- More Features