customcommander / tagtical

Tagged templates to enhance your text processing experience — Zero dependencies 🎉
MIT License
6 stars 1 forks source link

Convert numbers to words #37

Open customcommander opened 3 years ago

customcommander commented 3 years ago

Something like:

const spellout = require('@customcommander/tagtical');

spellout`I ate ${1} burrito`;
//=> "I ate one burrito"
customcommander commented 3 years ago

This could be an option for pluralize instead of a new tag.

New options could be: