Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 663 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 663 Bytes

Welcome to nostr-key-generator

Description

A simple and extensible Nostr key generator

Features

  • A command line interface for generating Nostr keys

Installation & usage

Local

npm i
npm run generate-nostr-keys

By default the keys will be printed to the console, if you want them as JSON try the command below:

npm run generate-nostr-keys -- --output json

Global

npm i -g
nostr-key-generator

By default the keys will be printed to the console, if you want the command to print the keys as JSON try the command below.

nostr-key-generator --output json