-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# function-sdk-typescript | ||
|
||
A Node.js / TypeScript SDK for writing [composition functions][functions]. | ||
|
||
This SDK is currently a alpha. It has been created out of curiosity if it's a good idea to | ||
write composition functions in TypeScript and to asses the options it provides. | ||
|
||
If you just want to jump in and get started, consider using the [function-template-typescript] | ||
template repository. | ||
|
||
[function-template-typescript]: https://github.com/twobiers/function-template-typescript |