Welcome to the comprehensive WhyML documentation. This directory contains detailed guides, API references, and examples for using WhyML - the Advanced YAML Manifest System.
# Development server
whyml run -f manifest.yaml --watch
whyml run -f test-manifest.yaml --watch
# Convert formats
whyml convert --from manifest.yaml --to output.html -as spa
# Generate applications
whyml generate pwa -f manifest.yaml -o ./pwa-app
whyml generate docker -f manifest.yaml -o ./docker-config
# Production deployment
whyml run -f manifest.yaml --port 443 --host yourdomain.com --tls-provider letsencrypt
| Last Updated: January 2025 | Version: 1.0.1+ | License: Apache 2.0 |