Generates new project templates for APIs, websites, commands, and more using Vapor.
First, install Yeoman and generator-vapor using npm (we assume you have pre-installed node.js).
npm install -g yo generator-vapor
Then create a new folder, cd
into it, and generate your new project:
mkdir my-project
cd my-project
yo vapor