sindresorhus / pupa

Simple micro templating
MIT License
362 stars 22 forks source link

Mention pupa-cli in readme #5

Closed sonicdoe closed 5 years ago

sonicdoe commented 6 years ago

I’ve written a small CLI for pupa over at sonicdoe/pupa-cli. For example:

$ echo 'The answer is {answer}.' | pupa --answer 42
The answer is 42.

If you’re fine with that, I’d publish the package to npm and we could mention it as a related project here 🙂

niftylettuce commented 5 years ago

This could be closed because he just released his own https://github.com/sindresorhus/pupa-cli

sindresorhus commented 5 years ago

Oh yeah, sorry, I missed this.