mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-30 07:18:02 -08:00
Compare commits
3 Commits
5d1f1b797b
...
97beb22d6c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97beb22d6c | ||
|
|
6fe3a59327 | ||
|
|
98bc068b86 |
10
readme.md
10
readme.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user