krisnova / naml

Convert Kubernetes YAML to Golang
Apache License 2.0
1.26k stars 38 forks source link

naml codify makefile #65

Closed krisnova closed 2 years ago

krisnova commented 2 years ago

lets auto generate a makefile as well for our friends

maybe syntax like this

kubectl get deploy -oyaml | naml codify --name=beeps > main.go
naml codify makefile --name=beeps > Makefile
make
./beeps
sudo make install
beeps --help
krisnova commented 2 years ago

naml outputs code so it can be used with the > operator in linux

we can add another subcommand to autogenerate a makefile

krisnova commented 2 years ago

closed in favor of the #108