-
Open a terminal in the directory where you want to save your key.
-
Run this command to generate a new SSH key:
ssh-keygen -t ed25519 -C "Your Key Name"
While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.
Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.
lib/
is intended for code that can run as-issrc/
is intended for code that needs to be manipulated before it can be used