Skip to content

Running H-hat

In progress

This step is in progress, so you may experience some breaking or incomplete parts.

The project file organization is created as follows:

1
2
3
4
5
6
7
project_name/
├─ src/
  ├─ hat_types/
  └─ main.hat
└─ docs/
   ├─ hat_types/
   └─ main.md

With CLI 🦺

In development

This step is not implemented yet and sits in a TODO list to be done.

With the CLI configured and installed, it can be used on the terminal through the hat command. For more information on available commands, type:

1
hat --help