Francesco Paolo Severino f16688d8be
Add project README (#151)
* Add project README

* Improve the repo README

* Improve wording in repo README

* docs: remove outdated tip about macOS compatibility from README

* docs: enhance TEMPLATE_README with setup instructions and resources

* docs: update Vapor Toolbox installation link in README
2025-03-18 18:29:53 +00:00
2025-03-09 18:33:24 -05:00
2020-11-17 14:20:12 +00:00
2025-03-09 18:33:24 -05:00
2025-01-05 23:53:46 -06:00
2023-04-24 16:41:08 -05:00
2025-03-18 18:29:53 +00:00
2025-03-18 18:29:53 +00:00
2025-03-18 18:29:53 +00:00

Vapor Template

Documentation Team Chat MIT License Continuous Integration Swift 6.0+

The official Vapor template, used by the Vapor Toolbox to generate new projects.

Overview

After having installed the Vapor 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 the Getting Started guide.

Description
Used by Vapor Toolbox’s new project command
Readme MIT 4.7 MiB
Languages
Swift 76.5%
Dockerfile 23.5%