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

Modify charmil init command to replace text using regex instead of placeholders #239

Closed namit-chandwani closed 3 years ago

namit-chandwani commented 3 years ago

Related to issue #240

Description

The charmil init command uses templates and placeholders present in the charmil-starter repo to generate a starter project, which makes the charmil-starter repo unusable without the init command (ie. users cannot clone and use it directly).

As discussed earlier, we need the charmil init command to use regex for replacing the necessary text fields instead of using templates and placeholders.

namit-chandwani commented 3 years ago

Assigning myself