nimblehq / kmm-templates

MIT License
2 stars 0 forks source link

Add a workflow to generate the "sample" project #27

Closed luongvo closed 1 year ago

luongvo commented 1 year ago

Why

To verify the generated project by the template, we should have a workflow to generate the sample project and commit changes to the repository on each PR. That means, after making and pushing some changes in the template structure into a PR, the new workflow that will generate and push a new commit directly into that PR to show the new updates for the sample project.

This approach has some concerns are:

[!NOTE]
We must build a simple initial script to generate the template to push the changes.

Who Benefits?

Developers