https://github.com/vapor/template
Used by Vapor Toolbox’s new project command
https://github.com/vapor/template
server-side-swift swift template vapor
Last synced: 4 months ago
JSON representation
Used by Vapor Toolbox’s new project command
- Host: GitHub
- URL: https://github.com/vapor/template
- Owner: vapor
- License: mit
- Created: 2019-01-30T13:56:42.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T18:04:43.000Z (7 months ago)
- Last Synced: 2025-03-28T19:23:30.539Z (7 months ago)
- Topics: server-side-swift, swift, template, vapor
- Language: Swift
- Homepage:
- Size: 4.07 MB
- Stars: 76
- Watchers: 16
- Forks: 59
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
The official Vapor template, used by the [Vapor Toolbox](https://github.com/vapor/toolbox) to generate new projects.
## Overview
After having installed the [Vapor Toolbox](https://docs.vapor.codes/install/macos/#install-toolbox), you can use the following command in your terminal, replacing `` with your desired project name, to create a new project using this template:
```sh
vapor new
```This will create a new folder in the current directory containing the project.
You can then move into the project directory:```sh
cd
```To build and run the project, see the [Getting Started](https://docs.vapor.codes/getting-started/hello-world/#build-run) guide.