RSSAmplifier

Miguel Piedrafita · Feb 3, 2025

A lightweight pipeline system for Swift.

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

import Pipeline; try Pipeline.send(project).through( .pipe(BuildProject(), .pipe(UploadProject(), .pipe(DeployProject()), .fn { project in // ... return project } ))).run() I recently attended LaraconEU, where I watched a talk going over all the things that Laravel's relatively-simple Pipeline class makes so much easier. It felt like the kind of thing that could come in handy in the future, so I…

Read on miguel.build

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.