redis by tporadowski

Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.

updated at May 19, 2024, 6:58 a.m.

C

250 +1

8,514 +10

1,063 +1

GitHub
nvm-windows by coreybutler

A node.js version management utility for Windows. Ironically written in Go.

updated at May 19, 2024, 5:32 a.m.

Go

441 -1

35,056 +123

3,193 +5

GitHub
nvm by nvm-sh

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

updated at May 19, 2024, 3:48 a.m.

Shell

997 +0

76,189 +147

7,671 +5

GitHub
cross-env by kentcdodds

🔀 Cross platform setting of environment scripts

updated at May 19, 2024, 3:23 a.m.

JavaScript

44 +0

6,272 -2

235 +0

GitHub
node-fs-extra by jprichardson

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()

updated at May 19, 2024, 3:23 a.m.

JavaScript

95 +0

9,353 -3

775 -2

GitHub
rimraf by isaacs

A `rm -rf` util for nodejs

updated at May 18, 2024, 10:23 p.m.

TypeScript

44 +0

5,493 -3

248 +0

GitHub
execa by sindresorhus

Process execution for humans

updated at May 18, 2024, 8:55 p.m.

JavaScript

40 +0

6,509 +82

201 +1

GitHub
n by tj

Node version management

updated at May 18, 2024, 8:34 p.m.

Shell

203 +0

18,562 +14

730 -1

GitHub
shelljs by shelljs

shell Portable Unix shell commands for Node.js

updated at May 18, 2024, 3:48 p.m.

JavaScript

177 +0

14,154 -2

722 +0

GitHub
node-which by npm

Like which(1) unix command. Find the first instance of an executable in the PATH.

updated at May 18, 2024, 10:36 a.m.

JavaScript

27 +0

318 +0

48 +0

GitHub
gulp-execa by ehmicky

Gulp.js command execution for humans

updated at May 18, 2024, 7:46 a.m.

JavaScript

3 +0

56 +1

5 +0

GitHub
chokidar by paulmillr

Minimal and efficient cross-platform file watching library

updated at May 18, 2024, 1:34 a.m.

JavaScript

94 +0

10,586 +10

562 +0

GitHub
cross-platform-node-guide by ehmicky

📗 How to write cross-platform Node.js code

updated at May 17, 2024, 9:55 p.m.

JavaScript

29 +0

1,377 +1

76 +0

GitHub
systeminformation by sebhildebrandt

System Information Library for Node.JS

updated at May 17, 2024, 6:44 p.m.

JavaScript

38 +0

2,612 +3

296 +0

GitHub
is-wsl by sindresorhus

Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)

updated at May 17, 2024, 4:45 p.m.

JavaScript

9 +0

185 -1

8 +0

GitHub
is-windows by jonschlinkert

Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)

updated at May 17, 2024, 4:43 p.m.

JavaScript

5 +0

49 -1

13 +0

GitHub
signal-exit by tapjs

when you want to fire an event no matter how a process exits.

updated at May 17, 2024, 4:43 p.m.

TypeScript

11 +0

179 +0

24 +0

GitHub
getos by retrohacker

A Node.js module that returns the OS/Distribution name of the environment you are working on

updated at May 17, 2024, 4:42 p.m.

JavaScript

10 +0

77 -1

26 +0

GitHub
user-home by sindresorhus

Get the path to the user home directory

updated at May 17, 2024, 2:12 p.m.

JavaScript

6 +0

160 -1

13 +0

GitHub
node-windows by coreybutler

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).

updated at May 17, 2024, 1:57 p.m.

JavaScript

88 +1

2,768 +1

358 +0

GitHub