Thanks to visit codestin.com
Credit goes to github.com

Skip to content

OmranK/vapor_templates

 
 

Repository files navigation

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.

About

Used by Vapor Toolbox’s new project command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 76.4%
  • Dockerfile 23.6%