swift-dependencies
Installation
SKILL.md
Dependencies
A dependency management library inspired by SwiftUI's "environment."
Documentation Structure
Getting started
- Quick start (Articles/QuickStart.md): Learn the basics of getting started with the library before diving deep into all of its features.
- What are dependencies? (Articles/WhatAreDependencies.md): Learn what dependencies are, how they complicate your code, and why you want to control them.
Essentials
- Using dependencies (Articles/UsingDependencies.md): Learn how to use the dependencies that are registered with the library.
- Registering dependencies (Articles/RegisteringDependencies.md): Learn how to register your own dependencies with the library so that they immediately become
- Live, preview, and test dependencies (Articles/LivePreviewTest.md): Learn how to provide different implementations of your dependencies for use in the live application,
- Testing (Articles/Testing.md): One of the main reasons to control dependencies is to allow for easier testing. Learn some tips and