{"id":20790616,"url":"https://github.com/ryanashcraft/redux-devtools-clipboard","last_synced_at":"2025-08-14T12:31:35.059Z","repository":{"id":57350536,"uuid":"58079095","full_name":"ryanashcraft/redux-devtools-clipboard","owner":"ryanashcraft","description":"Copy Redux state and actions to the clipboard","archived":false,"fork":false,"pushed_at":"2018-04-20T18:15:28.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-27T11:48:50.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanashcraft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-04T19:36:00.000Z","updated_at":"2016-05-04T19:36:44.000Z","dependencies_parsed_at":"2022-09-16T21:11:45.203Z","dependency_job_id":null,"html_url":"https://github.com/ryanashcraft/redux-devtools-clipboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanashcraft/redux-devtools-clipboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanashcraft%2Fredux-devtools-clipboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanashcraft%2Fredux-devtools-clipboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanashcraft%2Fredux-devtools-clipboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanashcraft%2Fredux-devtools-clipboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanashcraft","download_url":"https://codeload.github.com/ryanashcraft/redux-devtools-clipboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanashcraft%2Fredux-devtools-clipboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262352619,"owners_count":23297689,"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":[],"created_at":"2024-11-17T15:36:12.209Z","updated_at":"2025-06-28T00:05:02.444Z","avatar_url":"https://github.com/ryanashcraft.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redux DevTools Clipboard\n\nDispatch your actions manually to test if your app reacts well.\n\n### Installation\n\n`npm install --save-dev redux-devtools-clipboard`\n\n### Usage\n\nYou should use `\u003cClipboard\u003e` in combination with `\u003cMultipleMonitors\u003e` from [`redux-devtools-multiple-monitors`](https://github.com/YoruNoHikage/redux-devtools-multiple-monitors).\n\nTo use multiple monitors into the `\u003cDockMonitor\u003e`:\n\n```jsx\nimport React from 'react';\n\nimport { createDevTools } from 'redux-devtools';\nimport LogMonitor from 'redux-devtools-log-monitor';\nimport DockMonitor from 'redux-devtools-dock-monitor';\nimport Clipboard from 'redux-devtools-clipboard';\nimport MultipleMonitors from 'redux-devtools-multiple-monitors';\n\nexport default createDevTools(\n  \u003cDockMonitor toggleVisibilityKey=\"ctrl-h\" changePositionKey=\"ctrl-q\" defaultIsVisible={false}\u003e\n    \u003cMultipleMonitors\u003e\n      \u003cLogMonitor /\u003e\n      \u003cClipboard /\u003e\n    \u003c/MultipleMonitors\u003e\n  \u003c/DockMonitor\u003e\n);\n```\n\nThen, just write an JSON action in the field, click on Dispatch, and that's all!\n\n### Props\n\nName                  | Description\n-------------         | -------------\n`theme`               | _Same as in LogMonitor's package_ Either a string referring to one of the themes provided by [redux-devtools-themes](https://github.com/gaearon/redux-devtools-themes) (feel free to contribute!) or a custom object of the same format. Optional. By default, set to [`'nicinabox'`](https://github.com/gaearon/redux-devtools-themes/blob/master/src/nicinabox.js).\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanashcraft%2Fredux-devtools-clipboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanashcraft%2Fredux-devtools-clipboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanashcraft%2Fredux-devtools-clipboard/lists"}