@devben/passwordgenerator
v1.0.2
Published
<div id="top"></div>
Downloads
1
Readme
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
npm i @devben/passwordgenerator
Installation
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
Install NPM packages
npm i @devben/passwordgenerator
Import the package
import passwordGenerator from '@devben/passwordgenerator';
Use the package
let text = `<p>The word rabbit itself derives from the <a href="/wiki/Middle_English" title="Middle English">Middle English</a> <i lang="enm" title="Middle English (1100-1500)-language text">rabet</i>, a borrowing from the <a href="/wiki/Walloon_language" title="Walloon language">Walloon</a> <i lang="wa" title="Walloon-language text">robète</i>, which was a diminutive of the <a href="/wiki/French_language" title="French language">French</a> or <a href="/wiki/Middle_Dutch" title="Middle Dutch">Middle Dutch</a> <i lang="dum" title="Middle Dutch (ca. 1050-1350)-language text">robbe</i>.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6">[6]</a></sup></p>`; let newPassword = passwordGenerator(); return ---> 'Ze9|C405"cGP' let newPassword = passwordGenerator({limit:20, symbols:4, numbers:8}); return ---> '45l1w20%:qUu5&f05Ex<'
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
Roadmap
- [x] Add Changelog
- [x] Add back to top links
- [] Add Additional Templates w/ Examples
- [] Add "components" document to easily copy & paste sections of the readme
- [] Multi-language Support
- [] Chinese
- [] Spanish
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Website Link: https://www.devben.app
Acknowledgments
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!