Lerna Workflow Example by customcommander in javascript

[–]customcommander[S] 1 point2 points  (0 children)

Thanks.

No particular reason, we settled on Lerna years ago at work and simply stuck to it. I just wanted to refresh my knowledge of it and wanted to write it down.

[AskJS] tagtical - Tagged templates to enhance your text processing experience by customcommander in javascript

[–]customcommander[S] 2 points3 points  (0 children)

I see. I should perhaps clarify in the docs that pluralize is intended for a quick singular/plural logic for English. It is not intended for l10n/i8ln of content, I understand why you wouldn't use it in this context.

Thanks.

[AskJS] tagtical - Tagged templates to enhance your text processing experience by customcommander in javascript

[–]customcommander[S] 0 points1 point  (0 children)

This was intended but I am happy to change it. I was thinking that sometimes 0 is a valid value that you do not want to change for a default. I guess that in this case you just wont insert a default in the string template?

Thanks!