[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
sudo
depends on how you installed Node.js / io.js and whether you've changed permissions later; if you get anEACCES
error, try again withsudo
. - The
-g
ensures global installation and is needed to putrpt
in 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.