Generate beautiful, responsive HTML landing pages instantly.
bash generate.sh "Product Name" "Your Tagline" "A longer description of your product."
| # | Arg | Description |
|---|---|---|
| --- | ----- | ------------- |
| 1 | Product Name | The name shown in the hero and title |
| 2 | Tagline | Short catchy phrase for the hero |
| 3 | Description | Longer text used in the features/about section |
Prints a complete, self-contained HTML file to stdout. Redirect to save:
bash generate.sh "Acme" "Build faster" "Acme helps you ship." > page.html
共 1 个版本