{"id":13495779,"url":"https://github.com/mgechev/ngrev","last_synced_at":"2025-04-08T13:08:24.545Z","repository":{"id":37286585,"uuid":"83851953","full_name":"mgechev/ngrev","owner":"mgechev","description":"Tool for reverse engineering of Angular applications","archived":false,"fork":false,"pushed_at":"2023-01-07T22:57:57.000Z","size":52135,"stargazers_count":1578,"open_issues_count":51,"forks_count":107,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-04-01T11:07:02.847Z","etag":null,"topics":["angular","electron","ngast","reverse-engineering","source-code-analysis","visualization"],"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/mgechev.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":"2017-03-03T23:57:50.000Z","updated_at":"2025-03-20T15:04:27.000Z","dependencies_parsed_at":"2023-02-08T03:16:21.052Z","dependency_job_id":null,"html_url":"https://github.com/mgechev/ngrev","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgechev%2Fngrev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgechev%2Fngrev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgechev%2Fngrev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgechev%2Fngrev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgechev","download_url":"https://codeload.github.com/mgechev/ngrev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247847611,"owners_count":21006100,"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":["angular","electron","ngast","reverse-engineering","source-code-analysis","visualization"],"created_at":"2024-07-31T19:01:38.121Z","updated_at":"2025-04-08T13:08:24.522Z","avatar_url":"https://github.com/mgechev.png","language":"TypeScript","readme":"# ngrev\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/mgechev/ngrev/master/src/assets/icons/favicon.512x512.png\" alt=\"ngrev\" width=\"250\"\u003e\n\u003c/p\u003e\n\nGraphical tool for reverse engineering of Angular projects. It allows you to navigate in the structure of your application and observe the relationship between the different modules, providers, and directives. The tool performs **static code analysis** which means that you **don't have to run your application** in order to use it.\n\n**ngrev is not maintained by the Angular team. It's a side project developed by the open source community**.\n\n## How to use?\n\n### macOS\n\n1.  Go to the [releases page](https://github.com/mgechev/ngrev/releases).\n2.  Download the latest `*.dmg` file.\n3.  Install the application.\n\nThe application is not signed, so you may have to explicitly allow your mac to run it in `System Preferences -\u003e Security \u0026 Privacy -\u003e General`.\n\n### Linux\n\n1.  Go to the [releases page](https://github.com/mgechev/ngrev/releases).\n2.  Download the latest `*.AppImage` file.\n3.  Run the `*.AppImage` file (you may need to `chmod +x *.AppImage`).\n\n### Windows\n\n1.  Go to the [releases page](https://github.com/mgechev/ngrev/releases).\n2.  Download the latest `*.exe` file.\n3.  Install the application.\n\n## Creating a custom theme\n\nYou can add your own theme by creating a `[theme-name].theme.json` file in Electron `[userData]/themes`. For a sample theme see [Dark](https://github.com/mgechev/ngrev/blob/master/src/assets/dark.theme.json).\n\n### Application Requirements\n\nYour application needs to be compatible with Angular Ivy compiler. `ngrev` is not tested with versions older than v11. To stay up to date check the [update guide](https://angular.io/guide/updating) on angular.io.\n\n### Using with Angular CLI\n\n1.  Open the Angular's application directory.\n2.  Make sure the dependencies are installed.\n3.  Open `ngrev`.\n4.  Click on `Select Project` and select `[YOUR_CLI_APP]/src/tsconfig.app.json`.\n\n## Demo\n\nDemo [here](https://www.youtube.com/watch?v=sKdsxdeLWjM).\n\n\u003ca href=\"https://raw.githubusercontent.com/mgechev/ngrev/master/assets/1.png\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/mgechev/ngrev/master/assets/1.png\" alt=\"Component template\"/\u003e\u003c/a\u003e\n\n\u003ca href=\"https://raw.githubusercontent.com/mgechev/ngrev/master/assets/2.png\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/mgechev/ngrev/master/assets/2.png\" alt=\"Themes\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://raw.githubusercontent.com/mgechev/ngrev/master/assets/3.png\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/mgechev/ngrev/master/assets/3.png\" alt=\"Command + P\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://raw.githubusercontent.com/mgechev/ngrev/master/assets/4.png\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/mgechev/ngrev/master/assets/4.png\" alt=\"Module Dependencies\"\u003e\u003c/a\u003e\n\n## Release\n\nTo release:\n\n1. Update version in `package.json`.\n2. `git commit -am vX.Y.Z \u0026\u0026 git tag vX.Y.Z`\n3. `git push \u0026\u0026 git push --tags`\n\n## Contributors\n\n[\u003cimg alt=\"mgechev\" src=\"https://avatars1.githubusercontent.com/u/455023?v=4\u0026s=117\" width=\"117\"\u003e](https://github.com/mgechev) |[\u003cimg alt=\"vik-13\" src=\"https://avatars3.githubusercontent.com/u/1905584?v=4\u0026s=117\" width=\"117\"\u003e](https://github.com/vik-13) |\n:---: |:---: |\n[mgechev](https://github.com/mgechev) |[vik-13](https://github.com/vik-13) |\n\n# License\n\nMIT\n","funding_links":[],"categories":["electron","TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgechev%2Fngrev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgechev%2Fngrev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgechev%2Fngrev/lists"}