krisnova / naml

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

Make this a GitHub template repo? #21

Closed arschles closed 3 years ago

arschles commented 3 years ago

If I understand properly, you're supposed to fork this repo and then modify it to fit your app. GH templates would make it a little bit easier for folks to do that.

arschles commented 3 years ago

another idea could be to split this out into an example repo and the code libraries (the stuff in pkg/). that way, people could either write their own CLI stuff and opt-in to your libraries, or they can use your full codebase and get a full working everything in a click

krisnova commented 3 years ago

another idea could be to split this out into an example repo and the code libraries (the stuff in pkg/). that way, people could either write their own CLI stuff and opt-in to your libraries, or they can use your full codebase and get a full working everything in a click

yes. i'm sold.

krisnova commented 3 years ago

examples can be merged here: https://github.com/naml-examples

@arschles i made you an organization owner so you should be able to manage the org of examples as well

we need

krisnova commented 3 years ago

simple repo has been ported https://github.com/naml-examples/simple

arschles commented 3 years ago

what do you mean by stateful apps?