rngo init
Initializes a simulation for a project by adding .rngo/config.yml and updating.gitignore, if it exists.
It will set key in .rngo/config.yml to the name of the current directory, e.g.:
key: my-project
seed: 1
See the simulation reference for details on how to further customize.