An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# SorceryKey
## Enchanted Password Generator
[![NPM Version](http://img.shields.io/npm/v/sorcerykey.svg?style=flat)](https://www.npmjs.org/package/sorcerykey)
[![NPM Downloads](https://img.shields.io/npm/dm/sorcerykey.svg?style=flat)](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!