Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Table of Contents
-----------------

- [Existing SEA Solutions](./docs/existing-solutions.md)
- [Production Node.js CLIs](./docs/production-nodejs-clis.md)

Blog
----
Expand Down
19 changes: 19 additions & 0 deletions docs/production-nodejs-clis.md
Original file line number Diff line number Diff line change
@@ -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