https://github.com/maximkrouk/vapor4-clean
A Vapor 4 template with no additional cruft.
https://github.com/maximkrouk/vapor4-clean
clean s3 server server-side serverside-swift swift template vapor
Last synced: 12 days ago
JSON representation
A Vapor 4 template with no additional cruft.
- Host: GitHub
- URL: https://github.com/maximkrouk/vapor4-clean
- Owner: maximkrouk
- Created: 2019-10-17T16:13:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T21:43:55.000Z (over 5 years ago)
- Last Synced: 2025-01-22T01:30:35.504Z (5 months ago)
- Topics: clean, s3, server, server-side, serverside-swift, swift, template, vapor
- Language: Swift
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vapor4-clean
This is a template for Vapor 4 users that does the absolute minimum to set up a working Vapor 4 environment.
Unlike the official templates that are currently available, this template does not include vast swathes of extra example code that you will always need to delete. Instead, it adds just a single “hello” route so you can be sure everything is working correctly.
It’s my hope that the official Vapor project will add a template similar to this one at some point in the future, but until then please use this however you want.
## Try it out
If you have already installed the Vapor toolbox, you can create a new Vapor project from this repo using the following command:
```
vapor new MyProject --template=maximkrouk/vapor4-clean
```----
_Thanks to [Paul Hudson](https://github.com/twostraws) for the description, it was taken from [here](https://github.com/twostraws/vapor-clean)._