Compare commits

...

3 Commits

Author SHA1 Message Date
Jason Shin
97beb22d6c Merge 896cc64a54 into 6fe3a59327 2023-10-21 05:30:43 -07:00
Mathieu KIM ROBIN
6fe3a59327 Replace listr with listr2 (#1259) 2023-10-19 03:37:18 +07:00
Robin Rodricks
98bc068b86 Add Cross-platform integration category (#1255) 2023-09-23 01:54:23 +07:00

View File

@@ -136,6 +136,7 @@
- [Email](#email)
- [Job queues](#job-queues)
- [Node.js management](#nodejs-management)
- [Cross-platform integration](#cross-platform-integration)
- [Natural language processing](#natural-language-processing)
- [Process management](#process-management)
- [Automation](#automation)
@@ -303,7 +304,7 @@
- [get-stdin](https://github.com/sindresorhus/get-stdin) - Easier stdin.
- [log-update](https://github.com/sindresorhus/log-update) - Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.
- [Ink](https://github.com/vadimdemedes/ink) - React for interactive command-line apps.
- [listr](https://github.com/samverschueren/listr) - Terminal task list.
- [listr2](https://github.com/listr2/listr2) - Terminal task list.
- [conf](https://github.com/sindresorhus/conf) - Simple config handling for your app or module.
- [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) - ANSI escape codes for manipulating the terminal.
- [log-symbols](https://github.com/sindresorhus/log-symbols) - Colored symbols for various log levels.
@@ -721,6 +722,13 @@
- [nodenv](https://github.com/nodenv/nodenv) - Version manager that is similar to Ruby's rbenv. It supports auto version switching.
- [fnm](https://github.com/Schniz/fnm) - Cross-platform Node.js version manager built in Rust.
### Cross-platform integration
- [napi-rs](https://github.com/napi-rs/napi-rs) - Framework for building compiled Node.js add-ons in Rust via Node-API.
- [Neon](https://github.com/neon-bindings/neon) - Rust bindings for writing safe and fast native Node.js modules.
- [Edge.js](https://github.com/tjanczuk/edge) - Run .NET and Node.js code in the same process on Windows, macOS, and Linux.
- [DotNetJS](https://github.com/Elringus/DotNetJS) - Consume .NET libraries in Node.js using this .NET interoperability layer.
### Natural language processing
- [retext](https://github.com/retextjs/retext) - An extensible natural language system.