{"id":20826959,"url":"https://github.com/mklement0/rpt","last_synced_at":"2025-06-16T12:33:01.072Z","repository":{"id":33181128,"uuid":"36822666","full_name":"mklement0/rpt","owner":"mklement0","description":"Repeats text or random bytes a specifiable number of times supporting various units, typically for creation of test files.","archived":false,"fork":false,"pushed_at":"2018-07-25T19:55:01.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T07:28:37.874Z","etag":null,"topics":["cli","repeats-text","text-processing","unix-cli","wip-do-not-use"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"demoforwork/public","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mklement0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-03T18:32:42.000Z","updated_at":"2018-07-25T19:55:02.000Z","dependencies_parsed_at":"2022-08-17T21:45:18.740Z","dependency_job_id":null,"html_url":"https://github.com/mklement0/rpt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mklement0/rpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2Frpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2Frpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2Frpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2Frpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mklement0","download_url":"https://codeload.github.com/mklement0/rpt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mklement0%2Frpt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260162488,"owners_count":22968056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","repeats-text","text-processing","unix-cli","wip-do-not-use"],"created_at":"2024-11-17T23:10:38.950Z","updated_at":"2025-06-16T12:33:01.035Z","avatar_url":"https://github.com/mklement0.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![project status](https://img.shields.io/badge/status-not_ready_for_release-red.svg)\n\n\u003c!-- [![npm version](https://img.shields.io/npm/v/rpt.svg)](https://npmjs.com/package/rpt) [![license](https://img.shields.io/npm/l/rpt.svg)](https://github.com/mklement0/rpt/blob/master/LICENSE.md)\n --\u003e\n\n\u003c!-- START doctoc --\u003e\n\u003c!-- END doctoc --\u003e\n\n# rpt \u0026mdash; Introduction\n\n[DO NOT USE YET.]\n\nRepeats text or random bytes a specifiable number of times supporting various units, typically for creation of test files.\n\n# Installation\n\n## From the npm registry\n\nWith [Node.js](http://nodejs.org/) or [io.js](https://iojs.org/) installed, install [the package](https://www.npmjs.com/package/rpt) as follows:\n\n    [sudo] npm install rpt -g\n\n**Note**:\n\n* 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`.\n* 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`.\n\n## Manual installation\n\n* Download [the CLI](https://raw.githubusercontent.com/mklement0/rpt/stable/bin/rpt) as `rpt`.\n* Make it executable with `chmod +x rpt`.\n* Move it or symlink it to a folder in your `$PATH`, such as `/usr/local/bin` (OSX) or `/usr/bin` (Linux).\n\n# Usage\n\n\u003c!-- DO NOT EDIT THE FENCED CODE BLOCK and RETAIN THIS COMMENT: The fenced code block below is updated by `make update-readme/release` with CLI usage information. --\u003e\n\n```\n$ cli --help\n```\n\n\u003c!-- DO NOT EDIT THE NEXT CHAPTER and RETAIN THIS COMMENT: The next chapter is updated by `make update-readme/release` with the contents of 'LICENSE.md'. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --\u003e\n\n# License\n\n## Acknowledgements\n\nThis project gratefully depends on the following open-source components, according to the terms of their respective licenses.\n\n[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.\n\n\u003c!-- DO NOT EDIT THE NEXT CHAPTER and RETAIN THIS COMMENT: The next chapter is updated by `make update-readme/release` with the dependencies from 'package.json'. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --\u003e\n\n## npm dependencies\n\n\u003c!-- DO NOT EDIT THE NEXT CHAPTER and RETAIN THIS COMMENT: The next chapter is updated by `make update-readme/release` with the contents of 'CHANGELOG.md'. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --\u003e\n\n# Changelog\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmklement0%2Frpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmklement0%2Frpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmklement0%2Frpt/lists"}