hemtt new

Create a new project

Usage: hemtt <name>

Arguments:
  <name>  The name of the new project

Options:
  -h, --help  Print help (see more with '--help')

Description

Create a new project

hemtt new is used to create a new mod. It will create a new folder with the name you provide, and create some starting files.

It will ask for:

  • The full name of your mod
  • The author of your mod
  • The prefix of your mod
  • The main prefix of your mod
  • A license for your mod

Arguments

<name>

The name of the new project

This will create a new folder with the name you provide in the current directory.
It should be a valid folder name, using only letters, numbers, and underscores.

Example: hemtt new my_mod