Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-09-22 | 352 Bytes | |
v1.16.0.tar.gz | 2021-09-22 | 21.3 kB | |
v1.16.0.zip | 2021-09-22 | 63.5 kB | |
Totals: 3 Items | 85.2 kB | 0 |
This release introduces a new titlecase
transformation option. By passing the --transform titlecase
flag, gomodifytags will transform the tags in the form of:
"BaseDomain"` -> `"Base Domain"
See related issue https://github.com/fatih/gomodifytags/issues/65 and the PR introducing this change: https://github.com/fatih/gomodifytags/pull/87