This is an experimental standalone executable for the static site generator HydePHP.
With this global binary, you can use the HydePHP CLI to generate quality static sites faster than ever before!
Please note that the standalone HydePHP version is experimental, and that there may be breaking changes and bugs until the 1.0 release.
- In the meantime, you may want to use the standard HydePHP project: https://github.com/hydephp/hyde
composer global require hyde/cliMake sure to place the Composer system-wide vendor bin directory in your $PATH so the hyde executable can be located by your system. This directory is typically located at $HOME/.composer/vendor/bin.
curl -L https://github.com/hydephp/cli/releases/latest/download/hyde -o hyde
chmod +x hyde && sudo mv hyde /usr/local/bin/hyde# List available commands
hyde
# Create a new full HydePHP project
hyde new
# Build a site using source files in the working directory
hyde buildPlease see CHANGELOG for more information on what has changed recently.
HydePHP is an open-source project, contributions are very welcome! See CONTRIBUTING.md for guidance.
If you discover any security-related issues, please email caen@desilva.se instead of using the issue tracker. All vulnerabilities will be promptly addressed.
- Caen De Silva, feel free to buy me a coffee! https://www.buymeacoffee.com/caen
- All Contributors
The MIT License. Please see the License File for more information.