Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,9 +1,9 @@
 Awesome Vapor !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome Vapor !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 (https://vapor.codes)
Vapor (https://vapor.codes) is currently one of the most popular server-side Swift frameworks. It allows you to take the language you already know if you ever developed an iOS application and use it in a whole 
new way, to develop fast, scalable and reliable back-end systems that integrate easily with a wide range of third party services. This is a curated list of:
Vapor (https://vapor.codes) is currently one of the most popular server-side Swift frameworks. It allows you to take the language you already know if you ever developed an iOS application and
use it in a whole new way, to develop fast, scalable and reliable back-end systems that integrate easily with a wide range of third party services. This is a curated list of:
- modern libraries that easily integrate with Vapor and follow Vapors philosophy of providing simple, clean yet powerful APIs;
- well-written tutorials, books, videos and education materials;
@@ -27,8 +27,8 @@
How to use
Simply press to search for a keyword. If youre only interested in entries related to Vapor 3 (https://github.com/Cellane/awesome-vapor/blob/filtered/vapor-3.md) or only to Vapor 4 
(https://github.com/Cellane/awesome-vapor/blob/filtered/vapor-4.md), you may use the automatically generated filtered lists available on the filtered branch by visiting the links in this sentence. You may also 
find the legacy archived content in the legacy folder.
(https://github.com/Cellane/awesome-vapor/blob/filtered/vapor-4.md), you may use the automatically generated filtered lists available on the filtered branch by visiting the links in this 
sentence. You may also find the legacy archived content in the legacy folder.
Libraries
@@ -98,14 +98,16 @@
Articles
- !v3 (img/vapor-3.png) Deep Dive into Setup and Deployment for Heroku and Ubuntu (https://learningswift.brightdigit.com/vapor-heroku-ubuntu-setup-deploy/)
- !v3 (img/vapor-3.png) How to test controllers by mocking dependencies in Vapor 3 and Swift (https://mikemikina.com/blog/how-to-test-controllers-by-mocking-dependencies-in-vapor-3-and-swift/)
- !v3 (img/vapor-3.png) How to test controllers by mocking dependencies in Vapor 3 and Swift 
(https://mikemikina.com/blog/how-to-test-controllers-by-mocking-dependencies-in-vapor-3-and-swift/)
- !v3 (img/vapor-3.png) Vapor 3 Tutorials (https://mihaelamj.github.io/Vapor%20%203%20Tutorial/) Big collection of small tutorials.
- !v3 (img/vapor-3.png) Transforming from Vapor 2 to Vapor 3 (https://www.skelpo.com/blog/vapor2-to-vapor3/) Transitioning from Vapor 2 to Vapor 3 with a real world project.
- !v3 (img/vapor-3.png) Tutorials for Beginner to Advanced (https://medium.com/@martinlasek) Written tutorials for Beginner to Advanced.
- !v3 (img/vapor-3.png) Using the dependency injection framework for testing in Vapor 3 and Swift (https://mikemikina.com/blog/using-the-dependency-injection-framework-for-testing-in-vapor-3-and-swift/)  How to
use dependency injection framework which will help you manage dependencies and mock them inside your tests.
- !v3 (img/vapor-3.png) Watermarking photos with ImageMagick, Vapor 3 and Swift on macOS and Linux (https://mikemikina.com/blog/watermarking-photos-with-imagemagick-vapor-3-and-swift-on-macos-and-linux/)  
Tutorial on how to use the ImageMagick library in Swift.
- !v3 (img/vapor-3.png) Using the dependency injection framework for testing in Vapor 3 and Swift 
(https://mikemikina.com/blog/using-the-dependency-injection-framework-for-testing-in-vapor-3-and-swift/)  How to use dependency injection framework which will help you manage dependencies 
and mock them inside your tests.
- !v3 (img/vapor-3.png) Watermarking photos with ImageMagick, Vapor 3 and Swift on macOS and Linux 
(https://mikemikina.com/blog/watermarking-photos-with-imagemagick-vapor-3-and-swift-on-macos-and-linux/)  Tutorial on how to use the ImageMagick library in Swift.
- !v4 (img/vapor-4.png) Whats new in Vapor 4? (https://theswiftdev.com/2019/08/26/whats-new-in-vapor-4/)
Books