{"id":15007491,"url":"https://github.com/alexdevero/password-generator-app","last_synced_at":"2026-03-08T11:32:27.831Z","repository":{"id":30055423,"uuid":"123788476","full_name":"alexdevero/password-generator-app","owner":"alexdevero","description":"Awesome Password generator app, built with Electron and React.","archived":false,"fork":false,"pushed_at":"2024-11-21T14:34:21.000Z","size":612,"stargazers_count":7,"open_issues_count":20,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T11:12:50.551Z","etag":null,"topics":["app","application","desktop-app","desktop-application","electron","electron-app","linux-app","osx-application","react","react-app","reactjs","windows-app"],"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/alexdevero.png","metadata":{"funding":{"patreon":"alexdevero","github":null,"open_collective":null,"ko_fi":"alexdevero","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/alexdevero","https://buymeacoffee.com/alexdevero"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-04T12:55:57.000Z","updated_at":"2024-11-11T04:48:40.000Z","dependencies_parsed_at":"2023-02-18T06:01:21.954Z","dependency_job_id":"d350b051-3aa4-41bd-a947-1b59d84a5006","html_url":"https://github.com/alexdevero/password-generator-app","commit_stats":{"total_commits":76,"total_committers":2,"mean_commits":38.0,"dds":0.1842105263157895,"last_synced_commit":"47aebe244a5777b97d8352a0b90710870e88f90f"},"previous_names":["alexdevero/password-generator"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdevero%2Fpassword-generator-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdevero%2Fpassword-generator-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdevero%2Fpassword-generator-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdevero%2Fpassword-generator-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexdevero","download_url":"https://codeload.github.com/alexdevero/password-generator-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246290555,"owners_count":20753723,"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":["app","application","desktop-app","desktop-application","electron","electron-app","linux-app","osx-application","react","react-app","reactjs","windows-app"],"created_at":"2024-09-24T19:10:18.832Z","updated_at":"2026-03-08T11:32:27.819Z","avatar_url":"https://github.com/alexdevero.png","language":"JavaScript","funding_links":["https://patreon.com/alexdevero","https://ko-fi.com/alexdevero","https://paypal.me/alexdevero","https://buymeacoffee.com/alexdevero"],"categories":[],"sub_categories":[],"readme":"\u003c!-- \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://cdn.rawgit.com/alexdevero/password-generator/master/assets/password-generator-icon.png\" width=\"135\" align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e --\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://david-dm.org/alexdevero/password-generator\"\u003e\u003cimg alt=\"Dependency Status\" src=\"https://david-dm.org/alexdevero/password-generator.svg?style=flat\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://david-dm.org/alexdevero/password-generator?type=dev\"\u003e\u003cimg alt=\"devDependency Status\" src=\"https://david-dm.org/alexdevero/password-generator/dev-status.svg?style=flat\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://opensource.org/licenses/MIT\"\u003e\u003cimg alt=\"MIT License\" src=\"https://img.shields.io/npm/l/express.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://alexdevero.com\"\u003e\u003cimg alt=\"Built by DEVERO\" src=\"https://img.shields.io/badge/built%20by-DEVERO-brightgreen.svg?colorB=d30320\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/alexdevero/password-generator/releases\"\u003e\u003cimg alt=\"Current release\" src=\"https://img.shields.io/github/release/alexdevero/password-generator.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Pasword Generator\n\nAwesome Password generator app, built with Electron and React.\n\n### Table of contents\n\n* [Install](#install)\n* [Usage](#usage)\n* [Code of Conduct](#code-of-conduct)\n* [License](#license)\n* [Disclaimer](#disclaimer)\n\n### Install\n\n#### Clone this repo\n\n```\ngit clone https://github.com/alexdevero/password-generator.git\n```\n\n#### Install dependencies\n\n```\nnpm install\n```\nor\n```\nyarn\n```\n\n### Usage\n\n#### Run the app\n\n```\nnpm run start\n```\nor\n```\nyarn run start\n```\n\n#### Build the app\n\n```\nnpm run package\n```\nor\n```\nyarn run package\n```\n\n### Code of Conduct\n\n[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.\n\n### License\n\nMIT © [Alex Devero](https://alexdevero.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexdevero%2Fpassword-generator-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexdevero%2Fpassword-generator-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexdevero%2Fpassword-generator-app/lists"}