hyde / cli
Experimental Standalone Version of HydePHP - The Static Site Generator You've Been Waiting For
Fund package maintenance!
Open Collective
www.buymeacoffee.com/caen
Installs: 69
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 4
Type:project
Requires
- php: ^8.1
Requires (Dev)
- hyde/framework: v1.6
- hyde/realtime-compiler: ^3.2
- laravel-zero/framework: ^10.0
- mockery/mockery: ^1.6
- pestphp/pest: ^2.26
Suggests
- ext-curl: Required for using the self-update feature when not installing through Composer.
- dev-master
- v0.10.13
- v0.10.12
- v0.10.11
- v0.10.10
- v0.10.9
- v0.10.8
- v0.10.7
- v0.10.6
- v0.10.5
- v0.10.4
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.11
- v0.9.10
- v0.9.9
- v0.9.8
- v0.9.7
- v0.9.6
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.0
- v0.7.68
- v0.7.67
- v0.7.66
- v0.7.65
- v0.7.64
- v0.7.63
- v0.7.62
- v0.7.61
- v0.7.60
- v0.7.59
- v0.7.58
- v0.7.57
- v0.7.56
- v0.7.55
- v0.7.54
- v0.7.53
- v0.7.52
- v0.7.51
- v0.7.50
- v0.7.49
- v0.7.48
- v0.7.47
- v0.7.46
- v0.7.45
- v0.7.44
- v0.7.43
- v0.7.42
- v0.7.41
- v0.7.40
- v0.7.39
- v0.7.38
- v0.7.37
- v0.7.36
- v0.7.35
- v0.7.34
- v0.7.33
- v0.7.32
- v0.7.31
- v0.7.30
- v0.7.29
- v0.7.28
- v0.7.27
- v0.7.26
- v0.7.25
- v0.7.24
- v0.7.23
- v0.7.22
- v0.7.21
- v0.7.20
- v0.7.19
- v0.7.18
- v0.7.17
- v0.7.16
- v0.7.15
- v0.7.14
- v0.7.13
- v0.7.12
- v0.7.11
- v0.7.10
- v0.7.9
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.5
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.4
- v0.4.3
- v0.3.0
- v0.2.1
- v0.2.0
- v0.1.0
- dev-dependabot/github_actions/docker/metadata-action-5.6.1
- dev-dependabot/github_actions/codecov/codecov-action-5
- dev-dependabot/github_actions/crazy-max/ghaction-import-gpg-6.2.0
- dev-dependabot/composer/hyde/framework-1.7.3
- dev-stable
This package is auto-updated.
Last update: 2024-11-20 09:18:53 UTC
README
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.
- In the meantime, you may want to use the standard HydePHP project: https://github.com/hydephp/hyde
Installation
Using Composer
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)
curl -L https://github.com/hydephp/cli/releases/latest/download/hyde -o hyde
chmod +x hyde && sudo mv hyde /usr/local/bin/hyde
Docker (Highly Experimental)
Warning
The HydePHP CLI Docker image is under development and is highly experimental. Proceed with caution and report the bugs you will certainly encounter.
docker pull ghcr.io/hydephp/cli:latest docker run --rm -it ghcr.io/hydephp/cli:latest <command>
Using the Docker image allows you to run the HydePHP CLI without installing any other dependencies like PHP or Composer on your local machine.
If you want to use the HydePHP CLI Docker image as a global command, you can create a shell alias:
alias hyde='docker run --rm -it -v $(pwd):/app ghcr.io/hydephp/cli:latest'
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
- Caen De Silva, feel free to buy me a coffee! https://www.buymeacoffee.com/caen
- All Contributors
License
The MIT License. Please see the License File for more information.