- Notifications
You must be signed in to change notification settings - Fork59
Used by Vapor Toolbox’s new project command
License
NotificationsYou must be signed in to change notification settings
vapor/template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The official Vapor template, used by theVapor Toolbox to generate new projects.
After having installed theVapor Toolbox, you can use the following command in your terminal, replacing<ProjectName>
with your desired project name, to create a new project using this template:
vapor new<ProjectName>
This will create a new folder in the current directory containing the project.You can then move into the project directory:
cd<ProjectName>
To build and run the project, see theGetting Started guide.
About
Used by Vapor Toolbox’s new project command