Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
/ yeoman Public archive

Yeoman generators for Vapor.

License

Notifications You must be signed in to change notification settings

vapor-community/yeoman

Repository files navigation

Yo Vapor

Generates new project templates for APIs, websites, commands, and more using Vapor.

Documentation Team Chat MIT License Continuous Integration Swift 4.1

Installation

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