Skip to content

mklement0/rpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project status

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 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 an EACCES error, try again with sudo.
  • The -g ensures global installation and is needed to put rpt in your system's $PATH.

Manual installation

  • 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).

Usage

$ cli --help

License

Acknowledgements

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.

npm dependencies

Changelog

About

Repeats text or random bytes a specifiable number of times supporting various units, typically for creation of test files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published