{"id":19503594,"url":"https://github.com/kainnhantumbo/password-generator-cli","last_synced_at":"2026-05-12T12:04:31.292Z","repository":{"id":182429885,"uuid":"551147108","full_name":"KainNhantumbo/password-generator-cli","owner":"KainNhantumbo","description":"Command Line Interface application to generate passwords with Node.js","archived":false,"fork":false,"pushed_at":"2026-03-05T12:34:59.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T16:32:03.698Z","etag":null,"topics":["chalk","clipboardy","commanderjs","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KainNhantumbo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-13T23:10:38.000Z","updated_at":"2026-03-05T12:34:56.000Z","dependencies_parsed_at":"2024-11-10T22:22:35.293Z","dependency_job_id":"2309e360-70f9-431d-ab26-e266e34064e8","html_url":"https://github.com/KainNhantumbo/password-generator-cli","commit_stats":null,"previous_names":["kainnhantumbo/password-generator-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KainNhantumbo/password-generator-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KainNhantumbo%2Fpassword-generator-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KainNhantumbo%2Fpassword-generator-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KainNhantumbo%2Fpassword-generator-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KainNhantumbo%2Fpassword-generator-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KainNhantumbo","download_url":"https://codeload.github.com/KainNhantumbo/password-generator-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KainNhantumbo%2Fpassword-generator-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32938009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["chalk","clipboardy","commanderjs","nodejs","typescript"],"created_at":"2024-11-10T22:22:17.900Z","updated_at":"2026-05-12T12:04:31.260Z","avatar_url":"https://github.com/KainNhantumbo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Password Generator CLI (Node.js + Typescript)\r\n\r\nThis is a **bug tracker application** built with React.JS and Typescript. To be short, the main goal here is to help developers to keep track of the software development bugs and issues, in a simple and more efficient way. You can find the API source code [here](https://github.com/KainNhantumbo/bug-tracker-api).\r\n\r\n## ✨ Features\r\n\r\n- 🔑 Generate Random Passwords\r\n\r\n## Scripts for testing\r\n\r\nMake sure you have installed **Node.js (v16.15.3 or later recommended) which also comes with npm**.\\\r\nIn the project directory, you can run in terminal:\r\n\r\n```bash\r\nnpm install --save\r\nnpm run dev\r\n```\r\n\r\n👆 Runs the app in the development mode and the server will reload when you make changes to the source code.\r\n\r\n```bash\r\nnpm run build\r\n```\r\n\r\n👆 Builds the app to the **dist folder**.\r\n\r\n```bash\r\nnpm run start\r\n```\r\n\r\n👆 Starts the app.\r\n\r\n## 🎩 Installation and Usage\r\n\r\nTo install the CLI globally, open terminal in the project root directory and run the following command:\\\r\n🔔 Note: this is a one time setting.\r\n\r\n```bash\r\nnpm link\r\n```\r\n\r\nThen run the following command to start:\r\n\r\n```bash\r\npassword-generator\r\n```\r\n\r\nFor options and help, run:\r\n\r\n```bash\r\npassword-generator -h\r\n```\r\n\r\nHave fun.\r\n\r\n## 📧 Contact\r\n\r\nE-mail: [nhantumbok@gmail.com](nhantumbok@gmail.com 'Send an e-mail')\\\r\nGithub: [https://github.com/KainNhantumbo](https://github.com/KainNhantumbo 'See my github profile')  \r\nPortfolio: [https:https://codenut-dev.vercel.app](https:https://codenut-dev.vercel.app 'See my portfolio website')\\\r\nMy blog: [https://codenut-dev.vercel.app/en/blog](https://codenut-dev.vercel.app/en/blog 'Visit my website')\r\n\r\n### ⚡️ Other Projects\r\n\r\nI have curated a detailed list of [all the projects](https://github.com/KainNhantumbo) I have authored. Do take out a moment and take a look.\r\n\r\n#### If you like this project, let me know by leaving a star on this repository so I can keep improving this app.😊😘\r\n\r\nBest regards, Kain Nhantumbo, a web developer from Mozambique.\\\r\n**Made with ❤ Node.js and Typescript**\r\n\r\n## 🔑 License\r\n\r\nLicensed under GNU General Public License Version 3. All rights reserved.\\\r\nCopyright \u0026copy; 2022 Kain Nhantumbo.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkainnhantumbo%2Fpassword-generator-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkainnhantumbo%2Fpassword-generator-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkainnhantumbo%2Fpassword-generator-cli/lists"}