whyml

WhyML Documentation

Welcome to the comprehensive WhyML documentation. This directory contains detailed guides, API references, and examples for using WhyML - the Advanced YAML Manifest System.

📚 Documentation Structure

Getting Started

CLI Reference

Manifest Format

Converters

Application Generation

Server & Deployment

Advanced Topics

Examples & Tutorials

API Reference

Contributing

🚀 Quick Navigation

New to WhyML?

  1. Start with Installation Guide
  2. Follow the Quick Start
  3. Try the Basic Examples

Building Applications?

Converting Existing Code?

Need Help?

📱 Command Quick Reference

# 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

🔗 External Resources


Last Updated: January 2025 Version: 1.0.1+ License: Apache 2.0