hyperctl dev command
Overview
The hyperctl dev command provides developer tools for working with HyperTemplates websites.
Usage
1$ hyperctl dev -h
2Developer tools
3
4Usage:
5 hyperctl dev [command] [options] <path>
6
7Available commands:
8 graph Web scraper utilities.
9 mimetype Mimetype utilities.
10 render HyperTemplate rendering utilities.
11 server Live-reloading development server.
12
13Options:
14 -h, --help Display help information.
Commands
The hyperctl dev command has the following subcommands:
graph- The
hyperctl dev graphcommand is a web scraping utility. mimetype- The
hyperctl dev mimetypecommand is a mimetype utility. render- The
hyperctl dev rendercommand is a template rendering utility. server- The
hyperctl dev servercommand is a live-reloading development server.