umbraco / UmbPack

13 stars 13 forks source link

Add templating to name #41 #47

Closed KevinJump closed 3 years ago

KevinJump commented 3 years ago

lets you template the package name on pack command.

e.g

umb pack package.xml -v 1.4.3 -n My.Super.Package.{version}.zip

will produce My.Super.Package.1.4.3.zip

lets you template:

the default template if nothing is supplied via the command line is {name}_{value}.zip

fixes issue #41