{"id":28454963,"url":"https://github.com/inversify/inversify-devtools","last_synced_at":"2025-07-14T23:07:35.057Z","repository":{"id":43191613,"uuid":"59118476","full_name":"inversify/inversify-devtools","owner":"inversify","description":"The inversify-devtools application that power the browser extensions.","archived":false,"fork":false,"pushed_at":"2022-03-14T11:04:42.000Z","size":2311,"stargazers_count":38,"open_issues_count":1,"forks_count":4,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-07-07T16:48:02.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/inversify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-18T13:33:24.000Z","updated_at":"2024-07-11T21:33:29.000Z","dependencies_parsed_at":"2022-08-24T11:41:10.419Z","dependency_job_id":null,"html_url":"https://github.com/inversify/inversify-devtools","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/inversify/inversify-devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inversify%2Finversify-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inversify%2Finversify-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inversify%2Finversify-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inversify%2Finversify-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inversify","download_url":"https://codeload.github.com/inversify/inversify-devtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inversify%2Finversify-devtools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265365667,"owners_count":23753375,"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":"2025-06-06T21:14:28.276Z","updated_at":"2025-07-14T23:07:35.034Z","avatar_url":"https://github.com/inversify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inversify-devtools\n\n[![Join the chat at https://gitter.im/inversify/InversifyJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/inversify/InversifyJS?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://secure.travis-ci.org/inversify/devtools.svg?branch=master)](https://travis-ci.org/inversify/devtools)\n[![npm version](https://badge.fury.io/js/inversify-devtools.svg)](http://badge.fury.io/js/inversify-devtools)\n[![Dependencies](https://david-dm.org/inversify/devtools.svg)](https://david-dm.org/inversify/devtools#info=dependencies)\n[![Dependencies](https://david-dm.org/inversify/devtools/dev-status.svg)](https://david-dm.org/inversify/devtools/#info=devDependencies)\n[![Dependencies](https://david-dm.org/inversify/devtools/peer-status.svg)](https://david-dm.org/inversify/devtools/#info=peerDependenciess)\n[![Known Vulnerabilities](https://snyk.io/test/github/inversify/devtools/badge.svg)](https://snyk.io/test/github/inversify/devtools)\n\n[![NPM](https://nodei.co/npm/inversify-devtools.png?downloads=true\u0026downloadRank=true)](https://nodei.co/npm/inversify-devtools/)\n[![NPM](https://nodei.co/npm-dl/inversify-devtools.png?months=9\u0026height=3)](https://nodei.co/npm/inversify-devtools/)\n\nA React/Redux application that powers the InversifyJS browser development tools.\n\n![](https://raw.githubusercontent.com/inversify/inversify-devtools/master/media/1.png)\n![](https://raw.githubusercontent.com/inversify/inversify-devtools/master/media/2.png)\n![](https://raw.githubusercontent.com/inversify/inversify-devtools/master/media/3.png)\n\nYou can use this project to add features to the suported browsers extensions.\n\n### How to use this project?\n\n\u003e NOTE: this project contains a web applicaiton used to power the browser extensions. If you are  an InverisfyJS user looking for a browser extension you should visit the extension projects:\n\u003e - [inversify-chrome-devtools](https://github.com/inversify/inversify-chrome-devtools)\n\nTo use this project you must install it using npm:\n\n```\n$ npm install --save inversify-devtools\n$ npm install --save-dev inversify-dts\n```\nYou can use the `connectKernel` function to connect an instance of the `Kernel` class to the devtools:\n\n```ts\n/// \u003creference path=\"node_modules/inversify-dts/inversify-devtools/inversify-devtools.d.ts\"/\u003e\n\nimport render from \"inversify-devtools\";\nimport { Kernel } from \"inversify\";\n\nlet containerId = \"root\";\nlet connectKernel = render(containerId);\nlet kernel = new Kernel();\nconnectKernel(kernel);\n```\n\n### License\nLicense under the MIT License (MIT)\n\nCopyright © 2015 [Remo H. Jansen](http://www.remojansen.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software \nand associated documentation files (the \"Software\"), to deal in the Software without restriction, \nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, \nsublicense, and/or sell copies of the Software, and to permit persons to whom the Software \nis furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or \nsubstantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, \nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR \nPURPOSE AND NONINFRINGEMENT. \n\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR \nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finversify%2Finversify-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finversify%2Finversify-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finversify%2Finversify-devtools/lists"}