An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![project status](https://img.shields.io/badge/status-not_ready_for_release-red.svg)

# 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