npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

repeating-cli

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:0
$ npm install repeating-cli
DailyWeeklyMonthlyYearly

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