hyde/cli

Experimental Standalone Version of HydePHP - The Static Site Generator You've Been Waiting For


README

Latest Version on Packagist Total Installs on GitHub and Packagist Total Downloads on GitHub License MIT Test Coverage Test Suite

About

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!

⚠ Beta software notice

Please note that the standalone HydePHP version is experimental, and that there may be breaking changes and bugs until the 1.0 release.

Installation

Using Composer Total Installs on Packagist

composer global require hyde/cli

Make 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.

Direct Download (Unix) Total Installs on GitHub

curl -L https://github.com/hydephp/cli/releases/latest/download/hyde -o hyde
chmod +x hyde && sudo mv hyde /usr/local/bin/hyde

Usage

# List available commands
hyde

# Create a new full HydePHP project
hyde new

# Build a site using source files in the working directory
hyde build

Resources

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

HydePHP is an open-source project, contributions are very welcome! See CONTRIBUTING.md for guidance.

Security

If you discover any security-related issues, please email caen@desilva.se instead of using the issue tracker. All vulnerabilities will be promptly addressed.

Credits

License

The MIT License. Please see the License File for more information.