vnux - Nu Html Checker CLIfor macOS
A CLI wrapper for Nu Html Checker (vnu).Installs Nu Html Checker and provides features such as starting/stopping vnu and validating HTML fragments.Don't have Java? No problem — it'll be installed automatically (Temurin).
Run this in your terminal
curl -fsSL https://github.com/hiroya-uga/vnux/releases/latest/download/install.sh | zshWhat the script does
Commands
Server
| Command | Description |
|---|---|
| Alias for vnux start |
| Starts the Nu Html Checker on http://localhost:8888 and opens it in your browser |
| Starts the Nu Html Checker on a specific port and opens it in your browser (e.g. vnux start --port 9090) |
| Starts the Nu Html Checker without opening the browser |
| Starts the Nu Html Checker on a specific port (e.g. vnux serve --port 9090) |
| Stops the running Nu Html Checker process |
Validation
| Command | Description |
|---|---|
| Auto-detects and validates the given value |
| Validates an HTML file |
| Validates a URL |
| Validates a full HTML string |
| Validates an HTML fragment (auto-wrapped in a full document) |
Utilities
| Command | Description |
|---|---|
| Updates vnu.jar and the vnux command to the latest version |
| Removes vnux and related files |
| Shows the vnux version and the release date of the installed vnu.jar |
| Shows usage information |
* Create a bookmarklet for Nu Html Checker
vnux check --fragment '<p>Hello, world!</p>'