| 1 | ## `init` command |
| 2 | ``` |
| 3 | zigmod init |
| 4 | ``` |
| 5 | |
| 6 | 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`. |
| 7 | |
| 8 | Check out the [`zigmod.yml` reference](./../zig.mod.md) for more info. |
| 9 | |
| 10 | Also check out `zigmod`'s own `zigmod.yml` for a useful example: https://github.com/nektro/zigmod/blob/master/zig.mod. |
| 11 | |
| 12 | ## Screenshot |
| 13 |  |