clio new <project-name>
is the quickest way to get started with Clio!
Use it to generate a new project contained in a subdirectory.
$ clio new x7Getting 'stdlib' from the Clio packages repository (https://github.com/clio-lang/packages)Downloading stdlib@latest...Info: Added Clio dependenciesInfo: Initialized new git repository.Info: Initialization Complete!Success: Run 'cd x7' to open, then 'clio run index.clio' to run the project!