Easily generate a new Monero wallet on the copmmand line.
Install this package directly from GitHub with npm i -g mttmzr/new-monero-wallet
. Then, just run new-monero-wallet
and - voilĂ - there's your new wallet.
Seed and keys can be derived from a mnemonic phrase with new-monero-wallet --from-mnemonic "<mnemonic>"
This package uses the @mymonero/mymonero-monero-client under the hood.