Skip to content

ryanslikesocool/DeclarativeCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeclarativeCore

Foundation and utilities for creating declarative frameworks.

NOTICE

This package is under development and not considered production-ready.
Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.


Installation (Swift Package Manager)

Add the following entry to your package dependencies...

.package(url: "https://github.com/ryanslikesocool/DeclarativeCore.git", from: "0.0.3"),

...and your target dependencies.

.target(
	name: "MyTarget",
	dependencies: [
		"DeclarativeCore",
	]
),

About

Foundation and utilities for creating declarative frameworks in Swift.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages