You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce an interactive or flag-based enhancement to the template command that allows users to auto-generate GitHub Actions workflow files depending on the project type.
Features to Support Initially:
go (GoLang project)
python (Python project)
node (Node.js project)
Requirements:
Use pre-defined .tpl files under templates/github-actions/.
Let users specify the project type via --type or choose interactively.
Output file: .github/workflows/main.yml.
Add a --force flag to overwrite if the file already exists.
Introduce an interactive or flag-based enhancement to the
templatecommand that allows users to auto-generate GitHub Actions workflow files depending on the project type.Features to Support Initially:
go(GoLang project)python(Python project)node(Node.js project)Requirements:
.tplfiles undertemplates/github-actions/.--typeor choose interactively..github/workflows/main.yml.--forceflag to overwrite if the file already exists.