hyperctl

Overview


The hyperctl (pronounced "hyper control" or "hyper C-T-L") CLI tool is a fully-featured static site generator based on HyperTemplates.

What is a static site generator?


A static site generator is a tool for building websites.

A static site generator is a tool that generates a [static] HTML website based on raw data and a set of templates. Essentially, a static site generator automates the task of coding individual HTML pages and gets those pages ready to serve to users ahead of time. Because these HTML pages are pre-built, they can load very quickly in users' browsers.

Cloudflare

What is a static website?


The term "static website" typically refers to the practice of serving pre-built HTML pages. The alternative approach to static websites is often referred to as a "dynamic website", in which pages are generated on-demand. In practice neither approach guarantees or restricts the type of content that can be created using these methods, they're just different workflows.

Usage


hyperctl
 1 $ hyperctl -h
 2hyperctl is a simple static site generator.
 3
 4Usage:
 5        hyperctl [command] [options]
 6
 7Available commands:
 8        cms     Content management tools
 9        theme   Theme management tools
10        build   Build management tools
11        deploy  Deployment management tools
12        dev     Developer tools
13
14Options:
15        -h, --help  Display help information.

Commands


cms
Content management tools.

Learn more

theme
Theme management tools.

Learn more

build
Build management tools.

Learn more

deploy
Deployment management tools.

Learn more

dev
Development tools.

Learn more

💬 Join the community

Stay up-to-date with the latest releases and other news from the Team behind HyperTemplates. Ask the developers questions, get help from the community, and share your creations! 🎨