https://github.com/dev-shetty/sorcerykey
SorceryKey is a mystical npm package for generating random passwords with magical flair.
https://github.com/dev-shetty/sorcerykey
javascript nodejs npm npm-package typescript
Last synced: 3 months ago
JSON representation
SorceryKey is a mystical npm package for generating random passwords with magical flair.
- Host: GitHub
- URL: https://github.com/dev-shetty/sorcerykey
- Owner: dev-shetty
- License: mit
- Created: 2023-08-05T14:11:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T12:49:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-09T02:40:33.073Z (4 months ago)
- Topics: javascript, nodejs, npm, npm-package, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/sorcerykey
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SorceryKey
## Enchanted Password Generator
[](https://www.npmjs.org/package/sorcerykey)
[](https://npmcharts.com/compare/sorcerykey?minimal=true)SorceryKey is a mystical npm package for generating random passwords with magical flair. Unleash the power of randomness and weave your own enchanted keys.
- An NPM Package for Generating Random Password... But there are already many? Why not another one 😉### Installation:
To run SorceryKey, use the following npm command:
```bash
npx sorcerykey
```
Yes! That's it now you have a password generator in your Command Line Interface. ✨### Options
- `-h, --help` Mention the package and give the list of flags you can use!
- `-l, --length ` Specify the length of the password (integer).### Example Usage
If you want a password of length 15.
```bash
npx sorcerykey -l 15
``````bash
npx sorcerykey -h
```
Feel Free to contribute to the codebase by raising issues and sending PRs. Thank you for using SorceryKey!