Init

Create a empty build file and adds the hammerkit cache directory to the .gitignore.

Command

hammerkit init

Console output

✔ created /home/user/build.yaml                                                                                                           12:36:50
✔ created /home/user/.gitignore with hammerkit cache directory 

Result

.hammerkit.yaml
envs: {}

tasks:
  example:
    image: alpine
    cmds:
      - echo "it's Hammer Time!"
      
.gitignore
.hammerkit

Last updated