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..053afef --- /dev/null +++ b/docs/production-nodejs-clis.md @@ -0,0 +1,19 @@ +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 (potentially using [citgm][]) 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) + +[citgm]: https://github.com/nodejs/citgm