1.0.2 • Published 4 years ago
@devben/passwordgenerator v1.0.2
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<'
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- USAGE EXAMPLES -->
## 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.
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- ROADMAP -->
## 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](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## 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!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- LICENSE -->
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- CONTACT -->
## Contact
Website Link: [https://www.devben.app](devben.app)
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- ACKNOWLEDGMENTS -->
## 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!
* [Choose an Open Source License](https://choosealicense.com)
<p align="right">(<a href="#top">back to top</a>)</p>