tmrts / boilr

:zap: boilerplate template manager that generates files or directories from template repositories
Apache License 2.0
1.73k stars 118 forks source link

Add at lest undersore as allowed character to TAGs names. #32

Closed marcinpraczko closed 7 years ago

marcinpraczko commented 8 years ago

Currently boilr is not allowing use one of character _ - in tag name. I think that this will be more very helpful.

Examples:

# Not easy to read
sometag01
sometag02

# Easier to read
some_tag_01
some_tag_02

For example if there is 'testing' template and would be nice to add is with different name (version). So this can help test and approve template before renaming (re importing) with the same tag name.

tmrts commented 7 years ago

@marcinpraczko _ and - is permitted in the master but not in 0.2.0, release is outdated that was the cause

tmrts commented 7 years ago

Fixed in the new release https://github.com/tmrts/boilr/releases/tag/0.3.0