Skip to content

Commit

Permalink
Add thank you notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Apr 27, 2024
1 parent d6a3902 commit d4e78cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ If `smithy4s` is a tool that promotes a spec-first approach to API design, provi

`smithy4s-deriving` provides a code-first alternative way to code-generation to interact with these interpreters, by using handcrafted data-types and interfaces written directly in Scala as the source of truth, thus giving access to a large number of features provided by Smithy4s, with a lower barrier of entry. In particular, this enables usage in scala-cli projects.

This project takes some inspiration from :

* Jamie Thompson's https://github.com/bishabosha/ops-mirror
* Jakub Kozlowski's https://github.com/polyvariant/respectfully/

## Installation

Scala 3.4.1 or newer is required.
Expand All @@ -28,7 +33,7 @@ You'll typically need the following imports to use the derivation :
import smithy4s.*
import smithy4s.deriving.{given, *}
import smithy.api.* // if you want to use hints from the official smithy standard library
import alloy.* // if you want to use hints from the alloy librgitary
import alloy.* // if you want to use hints from the alloy library
import scala.annotations.experimental // the derivation of API uses experimental metaprogramming features, at this time.
```

Expand Down

0 comments on commit d4e78cd

Please sign in to comment.