zx
zx copied to clipboard
Suggestion: export dedent template utility
I just wanted to drop a suggestion to re-export the dedent
function. It is helpful in writing help strings for a CLI.
import dedent from 'dedent';
const HELP_MESSAGE = dedent`
Usage: ...
`
This seems useful. But zx is already really big.
Also in zx@dev you can use
zx —install script
https://github.com/google/zx/pull/522