{"id":20433192,"url":"https://github.com/password-generator/password-generator-package","last_synced_at":"2025-04-12T20:53:12.307Z","repository":{"id":46324380,"uuid":"289128270","full_name":"password-generator/password-generator-package","owner":"password-generator","description":"Package with algorithm to generate good passwords","archived":false,"fork":false,"pushed_at":"2021-10-30T19:24:33.000Z","size":71,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T20:53:07.553Z","etag":null,"topics":["algorithm","generator","hacktoberfest","npm-package","package","password","password-generator","security-tools","typescript"],"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/password-generator.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":"2020-08-20T23:03:45.000Z","updated_at":"2022-07-21T14:00:39.000Z","dependencies_parsed_at":"2022-09-09T13:21:42.240Z","dependency_job_id":null,"html_url":"https://github.com/password-generator/password-generator-package","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/password-generator%2Fpassword-generator-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/password-generator%2Fpassword-generator-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/password-generator%2Fpassword-generator-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/password-generator%2Fpassword-generator-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/password-generator","download_url":"https://codeload.github.com/password-generator/password-generator-package/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631725,"owners_count":21136560,"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":["algorithm","generator","hacktoberfest","npm-package","package","password","password-generator","security-tools","typescript"],"created_at":"2024-11-15T08:18:03.877Z","updated_at":"2025-04-12T20:53:12.284Z","avatar_url":"https://github.com/password-generator.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/password-generator/password-generator-package)\n\n[![NPM Version](https://img.shields.io/npm/v/@password-generator/package.svg?style=flat-square)](https://www.npmjs.com/package/@password-generator/package) [![NPM Monthly Downloads](https://img.shields.io/npm/dm/@password-generator/package.svg?style=flat-square)](https://npmjs.org/package/@password-generator/package)\n\n[![License](https://img.shields.io/github/license/password-generator/password-generator-package?style=flat-square)](LICENSE.md) [![Last Commit](https://img.shields.io/github/last-commit/password-generator/password-generator-package?style=flat-square)](https://github.com/password-generator/password-generator-package/commits/) ![Language Most Used](https://img.shields.io/github/languages/top/password-generator/password-generator-package?style=flat-square) [![Implementations](https://img.shields.io/badge/%F0%9F%92%A1-implementations-8C8E93.svg?style=flat-square)](https://github.com/password-generator/password-generator-package/issues) ![Repository Size](https://img.shields.io/github/repo-size/password-generator/password-generator-package?style=flat-square)\n\n[![Forks](https://img.shields.io/github/forks/password-generator/password-generator-package?style=social)](https://github.com/password-generator/password-generator-package/network/members) [![Stars](https://img.shields.io/github/stars/password-generator/password-generator-package?style=social)](https://github.com/password-generator/password-generator-package/stargazers) [![Watches](https://img.shields.io/github/watchers/password-generator/password-generator-package?style=social)](https://github.com/password-generator/password-generator-package/watchers)\n\n\u003ch1 id=\"title\" align=\"center\"\u003eWelcome to password-generator-package 👋\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e🚧 password-generator-package in production... 🚧\u003c/h4\u003e\n\n\u003e Package with the algorithm to generate passwords\n\n### 🔖 Table Of Contents\n\n- 📃 [About](#about)\n- 🤔 [How To Use](#how-to-use)\n- 🚀 [Technologies](#technologies)\n- 🌱 [Minimal Requirements](#minimal-requirements)\n- 🎇 [Features](#features)\n- 💡 [How To Contribute](#how-to-contribute)\n- 🤗 [Contributors](#contributors)\n- 👤 [Author](#author)\n- 🔏 [License](#license)\n\n---\n\n\u003ch2 id=\"about\"\u003e📃 About\u003c/h2\u003e\n\nThis package contains the password generation algorithm, it was created for code reuse and easy maintenance!\n\n[Back To The Top](#title)\n\n---\n\n\u003ch2 id=\"how-to-use\"\u003e🤔 How To Use\u003c/h2\u003e\n\n#### 💻 Desktop\n\nInstall package with you package-manager\n```sh\nyarn add @password-generator/package\n```\n\nImport and execute\n```typescript\nimport { generatePassword, Preferences } from '@password-generator/package'\n\nconst preferences: Preferences = {\n  length: 9,\n  initialText: 'abc',\n  cases: {\n    pronounceable: false,\n    uppercase: true,\n    lowercase: true,\n    numbers: true,\n    symbols: true,\n  },\n}\n\ntry {\n  const password = generatePassword(preferences);\n  console.log(password);\n} catch (error) {\n  console.error(error.message)\n}\n```\n\n[Back To The Top](#title)\n\n---\n\n\u003ch2 id=\"technologies\"\u003e🚀 Technologies\u003c/h2\u003e\n\n- Typescript\n- Node\n\n[Back To The Top](#title)\n\n---\n\n\u003ch2 id=\"minimal-requirements\"\u003e🌱 Minimal Requirements\u003c/h2\u003e\n\n- NodeJs\n- Npm or Yarn\n\n[Back To The Top](#title)\n\n---\n\n\u003ch2 id=\"features\"\u003e🎇 Features\u003c/h2\u003e\n\n- [x] Create algorithm\n- [x] Finish ambient config\n- [x] Create actions in repository\n\n[Back To The Top](#title)\n\n---\n\n\u003ch2 id=\"how-to-contribute\"\u003e💡 How To Contribute\u003c/h2\u003e\n\n- Make a fork of this repository\n- Clone to you machine and entry on respective paste\n- Create a branch with your resource: `git checkout -b my-feature`\n- Commit your changes: `git commit -m 'feat: My new feature'`\n- Push your branch: `git push origin my-feature`\n- A green button will appear at the beginning of this repository\n- Click to open and fill in the pull request information\n\n\u003cp align=\"center\"\u003e\n\u003ci\u003eContributions, issues and features requests are welcome!\u003c/i\u003e\u003cbr /\u003e\n\u003ci\u003e📮 Submit PRs to help solve issues or add features\u003c/i\u003e\u003cbr /\u003e\n\u003ci\u003e🐛 Find and report issues\u003c/i\u003e\u003cbr /\u003e\n\u003ci\u003e🌟 Star the project\u003c/i\u003e\u003cbr /\u003e\n\u003c/p\u003e\n\n[Back To The Top](#title)\n\n---\n\n\u003ch2 id=\"contributors\"\u003e🤗 Contributors\u003c/h2\u003e\n\n\u003cp\u003e\n\n\u003ca href=\"https://github.com/Mikael-R\"\u003e\u003cimg width=\"60px\" src=\"https://avatars1.githubusercontent.com/u/60241602?v=4\" alt=\"Mikael-R\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/mateushnsoares\"\u003e\u003cimg width=\"60px\" src=\"https://avatars1.githubusercontent.com/u/59037640?v=4\" alt=\"mateushnsoares\"/\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\n[Back To The Top](#title)\n\n---\n\n\u003ch2 id=\"author\"\u003e👤 Author\u003c/h2\u003e\n\n🤓 **Mikael Rolim de Aquino \u003cmikarg9@gmail.com\u003e**\n\n- Github: [@Mikael-R](https://github.com/Mikael-R)\n\n[Back To The Top](#title)\n\n---\n\n\u003ch2 id=\"license\"\u003e🔏 License\u003c/h2\u003e\n\nCopyright © 2020 [Mikael Rolim de Aquino \u003cmikarg9@gmail.com\u003e](https://github.com/password-generator)\n\nThis project is licensed by [MIT License](https://api.github.com/licenses/mit).\n\n[Back To The Top](#title)\n\n---\n\n_This README was generated with 💟 by [readme-template-generator](https://github.com/Mikael-R/readme-template-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassword-generator%2Fpassword-generator-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassword-generator%2Fpassword-generator-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassword-generator%2Fpassword-generator-package/lists"}