repeating-cliMay 3, 2021 ยท View on GitHub Repeat text Install $ npm install --global repeating-cli Usage $ repeating --help Usage $ repeating <count> [string] Examples $ echo "foo$(repeating 10)bar" foo bar $ repeating 3 'unicorn ' unicorn unicorn unicorn