https://github.com/mklement0/rpt
Repeats text or random bytes a specifiable number of times supporting various units, typically for creation of test files.
https://github.com/mklement0/rpt
cli repeats-text text-processing unix-cli wip-do-not-use
Last synced: 7 months ago
JSON representation
Repeats text or random bytes a specifiable number of times supporting various units, typically for creation of test files.
- Host: GitHub
- URL: https://github.com/mklement0/rpt
- Owner: mklement0
- Created: 2015-06-03T18:32:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T19:55:01.000Z (over 7 years ago)
- Last Synced: 2025-03-12T07:28:37.874Z (10 months ago)
- Topics: cli, repeats-text, text-processing, unix-cli, wip-do-not-use
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

# rpt — Introduction
[DO NOT USE YET.]
Repeats text or random bytes a specifiable number of times supporting various units, typically for creation of test files.
# Installation
## From the npm registry
With [Node.js](http://nodejs.org/) or [io.js](https://iojs.org/) installed, install [the package](https://www.npmjs.com/package/rpt) 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](https://docs.npmjs.com/getting-started/fixing-npm-permissions); if you get an `EACCES` error, try again with `sudo`.
* The `-g` ensures [_global_ installation](https://docs.npmjs.com/getting-started/installing-npm-packages-globally) and is needed to put `rpt` in your system's `$PATH`.
## Manual installation
* Download [the CLI](https://raw.githubusercontent.com/mklement0/rpt/stable/bin/rpt) 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).
# Usage
```
$ cli --help
```
# License
## Acknowledgements
This project gratefully depends on the following open-source components, according to the terms of their respective licenses.
[npm](https://www.npmjs.com/) 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.
## npm dependencies
# Changelog