[DO NOT USE YET.]
Repeats text or random bytes a specifiable number of times supporting various units, typically for creation of test files.
With Node.js or io.js installed, install the package as follows:
[sudo] npm install rpt -g
Note:
- Whether you need
sudodepends on how you installed Node.js / io.js and whether you've changed permissions later; if you get anEACCESerror, try again withsudo. - The
-gensures global installation and is needed to putrptin your system's$PATH.
- Download the CLI as
rpt. - Make it executable with
chmod +x rpt. - Move it or symlink it to a folder in your
$PATH, such as/usr/local/bin(OSX) or/usr/bin(Linux).
$ cli --help
This project gratefully depends on the following open-source components, according to the terms of their respective licenses.
npm dependencies below have optional suffixes denoting the type of dependency; the absence of a suffix denotes a required run-time dependency: (D) denotes a development-time-only dependency, (O) an optional dependency, and (P) a peer dependency.