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
envs: {}
tasks:
example:
image: alpine
cmds:
- echo "it's Hammer Time!"
.hammerkit
Last updated
Was this helpful?