aerogear / charmil

The framework for building modular plugin based CLI's using Cobra and Golang
https://aerogear.github.io/charmil
Apache License 2.0
116 stars 13 forks source link

Extract common elements from charmil cli #208

Closed ankithans closed 3 years ago

ankithans commented 3 years ago

crud, add, even init commands are similar, hence there can be some common functions, like applying templates. We can extract them in internal/common directory.

wtrocki commented 3 years ago

premature optimalization.