Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 563 Bytes

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!