repeating-cli 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