A Yeoman generator for Altamir.
yo altamir:<project type> will scaffold a new project for you (e.g. yo altamir:api).
Create an empty directory for your new Altamir Project, then run the generator:
mkdir myproject
cd myproject
npx -p yo -p generator-altamir yo altamir:api