justicointeractive / generate-env-keypair

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate-env-keypair

Features

Generates a keypair for inserting into a .env file. This adds a command "Generate Env Keypair" to the command palette. Which inserts a keypair into the current file in the format

PRIVATE_KEY=...
PUBLIC_KEY=...

About


Languages

Language:TypeScript 63.9%Language:JavaScript 36.1%