Upgrade LCS and convert it to a npx based scafolding tool
Opened this issue · 0 comments
phenixcoder commented
Description
Curerntly createing a service using this template is a long process. you need to clone it, delete .git folder. change values to new values and then update ci cd piplines.
Expected behaviour:
The developer should call a npx command like npx create-lcs and then it should ask for new values in a cli form. then :
- creates a folder for it
- setup git repo (if not already under git repo. could be added as another service under a mono repo)
- Update parameters and configuration
- Update github pipelines.