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

[Starter] Replace charmil-starter repo with contents of Starter from this repo #240

Closed namit-chandwani closed 3 years ago

namit-chandwani commented 3 years ago

Related to issue #239

Description

The charmil-starter repo cannot be cloned and used directly by the users at this moment, since it contains templates and placeholders to work in integration with the charmil init command. And that makes it different from the starter present in this repo and unusable without the charmil init command.

Our aim is to keep the charmil-starter repo such that users can clone and use it directly if they want, which can be done by simply pushing the current charmil/starter contents to the charmil-starter repo.


PS: Once the issue https://github.com/aerogear/charmil/issues/210 is resolved, every change made to the starter of this repo will be automatically pushed to the charmil-starter repo without us needing to do it manually.