pros-cli icon indicating copy to clipboard operation
pros-cli copied to clipboard

✨Add the ability to not zip pros templates

Open ABUCKY0 opened this issue 1 year ago • 0 comments

Requested Feature

A flag in pros make template to leave the template folder without zipping it.

Is this Feature Related to a Problem?

We (LemLib) are working on a pros-build GitHub action, that builds pros projects. After waiting for pros make template to finish zipping the project, we unzip the file and add some extra files to the include directory. It's inefficient to have this extra step of compression.

Benefits of Feature

It would make builds in actions faster to work with, and could allow for more extensibility in building projects (such as adding a VERSION file and copying the README and LICENSE files to the include/libname directory.

Additional Information

ABUCKY0 avatar Jun 05 '24 02:06 ABUCKY0