Package with the algorithm to generate passwords
- 📃 About
- 🤔 How To Use
- 🚀 Technologies
- 🌱 Minimal Requirements
- 🎇 Features
- 💡 How To Contribute
- 🤗 Contributors
- 👤 Author
- 🔏 License
This package contains the password generation algorithm, it was created for code reuse and easy maintenance!
Install package with you package-manager
yarn add https://github.com/password-generator/password-generator-package
Import and execute
import generatePassword from '@password-generator/password-generator-package';
const password = generatePassword({
passwordLength: 16,
initialText: 'blabla'
cases: {
uppercase: true,
lowercase: true,
numbers: true,
symbols: true
}
});
console.log(password);
- Typescript
- Node
- NodeJs
- create algorithm
- finish ambient config
- private functions
- Make a fork of this repository
- Clone to you machine and entry on respective paste
- Create a branch with your resource:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
- A green button will appear at the beginning of this repository
- Click to open and fill in the pull request information
Contributions, issues and features requests are welcome!
📮 Submit PRs to help solve issues or add features
🐛 Find and report issues
🌟 Star the project
🤓 Password Generator ORG passgenerator.org@gmail.com
- Github: @password-generator
Copyright © 2020 Password Generator ORG passgenerator.org@gmail.com
This project is licensed by MIT License.
This README was generated with 💟 by Readme-Template-Generator