Compare commits

...

3 Commits

Author SHA1 Message Date
Bryan Honof
2fd3eb4377 Merge 1e04471ceb into b40733e6e5 2024-12-26 01:53:59 +00:00
sakamossan
b40733e6e5 Fix broken link to CodeSandbox (#1304) 2024-12-17 15:01:52 +01:00
Bryan Honof
1e04471ceb Add Flox 2024-08-27 11:47:02 +02:00

View File

@@ -210,6 +210,7 @@
- [bcat](https://github.com/kessler/node-bcat) - Pipe command output to web browsers. - [bcat](https://github.com/kessler/node-bcat) - Pipe command output to web browsers.
- [normit](https://github.com/pawurb/normit) - Google Translate with speech synthesis in your terminal. - [normit](https://github.com/pawurb/normit) - Google Translate with speech synthesis in your terminal.
- [fkill](https://github.com/sindresorhus/fkill-cli) - Fabulously kill processes. Cross-platform. - [fkill](https://github.com/sindresorhus/fkill-cli) - Fabulously kill processes. Cross-platform.
- [Flox](https://github.com/flox/flox) - Flox is a virtual environment and package manager all in one.
- [pjs](https://github.com/danielstjules/pjs) - Pipeable JavaScript. Quickly filter, map, and reduce from the terminal. - [pjs](https://github.com/danielstjules/pjs) - Pipeable JavaScript. Quickly filter, map, and reduce from the terminal.
- [license-checker](https://github.com/davglass/license-checker) - Check licenses of your app's dependencies. - [license-checker](https://github.com/davglass/license-checker) - Check licenses of your app's dependencies.
- [browser-run](https://github.com/juliangruber/browser-run) - Easily run code in a browser environment. - [browser-run](https://github.com/juliangruber/browser-run) - Easily run code in a browser environment.
@@ -923,7 +924,7 @@
- [RunKit](https://runkit.com) - Embed a Node.js environment on any website. - [RunKit](https://runkit.com) - Embed a Node.js environment on any website.
- [github-npm-stats](https://chrome.google.com/webstore/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef) - Chrome extension that displays npm download stats on GitHub. - [github-npm-stats](https://chrome.google.com/webstore/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef) - Chrome extension that displays npm download stats on GitHub.
- [npm semver calculator](https://semver.npmjs.com) - Visually explore what versions of a package a semver range matches. - [npm semver calculator](https://semver.npmjs.com) - Visually explore what versions of a package a semver range matches.
- [CodeSandbox](https://codesandbox.io/s/node-http-server-node) - Online IDE and prototyping. - [CodeSandbox](https://codesandbox.io/templates/node-http-server) - Online IDE and prototyping.
- [Amplication](https://github.com/amplication/amplication) - Auto-generates fully functional apps. - [Amplication](https://github.com/amplication/amplication) - Auto-generates fully functional apps.
- [RunJS](https://runjs.app) - Desktop JavaScript playground. - [RunJS](https://runjs.app) - Desktop JavaScript playground.