@bracketed/create-keygen
v1.0.1
Published
Create big API keys from your CLI or in your code!
Downloads
10
Readme
KeygenCLI (@bracketed/create-keygen)
A Key Generation creation system by ninjaninja140 & Team Bracketed!
Welcome to KeygenCLI, this is a tool made for making API keys and large key combinations made by Team Bracketed or ninjaninja140.
To use this tool, all you have to do is run either of these commands:
Yarn: yarn create @bracketed/keygen
NPM: npx @bracketed/create-keygen
Will output a long key!
You can also use this in your code projects:
import keygen from '@bracketed/-create-keygen';
keygen(); // Will return a new key
Happy coding!