From d488cf4834a394b66f5170d0be83afdd89f92c2f Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 22 Aug 2022 10:57:41 -0400 Subject: [PATCH 1/2] Start documenting production Node.js CLIs that could use the new SEAs This is extracted from one of our GitHub Discussions. I think its a great idea to start collecting a list of production-ready Node.js CLIs that would use our SEA approach in the future. See: https://github.com/nodejs/single-executable/discussions/24 Signed-off-by: Juan Cruz Viotti --- README.md | 1 + docs/production-nodejs-clis.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/production-nodejs-clis.md diff --git a/README.md b/README.md index 924b4f5..21c07e0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Table of Contents ----------------- - [Existing SEA Solutions](./docs/existing-solutions.md) +- [Production Node.js CLIs](./docs/production-nodejs-clis.md) Blog ---- diff --git a/docs/production-nodejs-clis.md b/docs/production-nodejs-clis.md new file mode 100644 index 0000000..d865529 --- /dev/null +++ b/docs/production-nodejs-clis.md @@ -0,0 +1,17 @@ +Production Node.js CLIs +======================= + +This document aims to list every known production-ready Node.js CLI that would +be a good fit for using the SEA solutions discussed in this repository. We can +use this list to test our ideas against and make sure we are heading in the +right direction. + +| Name | Organization | Point of Contact | +|----------------------------------------|--------------|-------------------------| +| [Playwright Driver][playwright-driver] | Microsoft | [@mxschmitt][mxschmitt] | + +[playwright-driver]: https://github.com/microsoft/playwright/blob/16ab54db441e268abbfdf49dc05ec44271706cad/utils/build/build-playwright-driver.sh +[mxschmitt]: https://github.com/mxschmitt + +Did we miss any or got any details wrong? [Help us out by sending a +PR!](https://github.com/nodejs/single-executable/edit/main/docs/production-nodejs-clis.md) From ba7ea851bafea771ce980371f30d9a0c988a3ab2 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 24 Aug 2022 10:56:07 -0400 Subject: [PATCH 2/2] Mention citgm Signed-off-by: Juan Cruz Viotti --- docs/production-nodejs-clis.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/production-nodejs-clis.md b/docs/production-nodejs-clis.md index d865529..053afef 100644 --- a/docs/production-nodejs-clis.md +++ b/docs/production-nodejs-clis.md @@ -3,8 +3,8 @@ Production Node.js CLIs This document aims to list every known production-ready Node.js CLI that would be a good fit for using the SEA solutions discussed in this repository. We can -use this list to test our ideas against and make sure we are heading in the -right direction. +use this list to test our ideas against (potentially using [citgm][]) and make +sure we are heading in the right direction. | Name | Organization | Point of Contact | |----------------------------------------|--------------|-------------------------| @@ -15,3 +15,5 @@ right direction. Did we miss any or got any details wrong? [Help us out by sending a PR!](https://github.com/nodejs/single-executable/edit/main/docs/production-nodejs-clis.md) + +[citgm]: https://github.com/nodejs/citgm