From c3ee7f94a8093af1fb1fe8a90553b593713c1606 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 7 Jun 2021 22:39:26 +0800 Subject: [PATCH] docs: add ecosystem and related projects into readme --- README.md | 25 ++++++++++++++++++++++++- images/prisma.svg | 7 +++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 images/prisma.svg diff --git a/README.md b/README.md index a37a7b70..2e4c4293 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,25 @@ A minimal library for building compiled `Node.js` add-ons in `Rust`.

-# Platform Support +## Ecosystem + +

+ + Prisma + +   +   + + swc + +   +   + + Parcel + +

+ +## Platform Support ![Lint](https://github.com/napi-rs/napi-rs/workflows/Lint/badge.svg) ![Linux N-API@3](https://github.com/napi-rs/napi-rs/workflows/Linux%20N-API@3/badge.svg) @@ -184,6 +202,11 @@ yarn build:test yarn test ``` +## Related projects + +- [neon](https://www.neon-bindings.com) +- [node-bindgen](https://github.com/infinyon/node-bindgen) + ## Features table ### Create JavaScript values diff --git a/images/prisma.svg b/images/prisma.svg new file mode 100644 index 00000000..084dad83 --- /dev/null +++ b/images/prisma.svg @@ -0,0 +1,7 @@ + \ No newline at end of file