Skip to content
/ Quill Public

Quill is a standalone .NET library focused on building text streams using deferred writes. Write strings better and write better strings!

License

Notifications You must be signed in to change notification settings

bwatts/Quill

Repository files navigation

Green

Quill is a standalone .NET Standard 2.1 library focused on building text streams using deferred writes.

Write strings better and write better strings!

Purpose

Quill provides a composable, deferred, and consistent API for writing text.

Contents

1. Quick Start

1.1. Install

Quill is a .NET Standard 2.1 package available on NuGet:

dotnet add package Quill

It is under the MIT license and, like knowledge, wants to be free.

1.2. Add to the local scope

using static Quill.Local;

2. Core Features

2.1. TODO

About

Quill is a standalone .NET library focused on building text streams using deferred writes. Write strings better and write better strings!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages