Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 704 Bytes

init.md

File metadata and controls

13 lines (9 loc) · 704 Bytes

init command

zigmod init

This command will help you generate a zigmod.yml file and place it in the current directory. This is the main file that will define various pieces of metadata about your project and manage your dependencies. The command will guide you though a number of questions that help you setup supporting files as well such as .gitignore and LICENSE.

Check out the zigmod.yml reference for more info.

Also check out zigmod's own zigmod.yml for a useful example: https://github.com/nektro/zigmod/blob/master/zig.mod.

Screenshot

image