Sponsors
-
hasha-cli Public
Hashing made simple. Get the hash of text or stdin.
-
sindresorhus.github.com Public
Personal website of Sindre Sorhus
-
first-run Public
Check if it's the first time the process is run
-
hasha Public
Hashing made simple. Get the hash of a buffer/string/stream/file.
-
path-key Public
Get the PATH environment variable key cross-platform
-
wallpaper-cli Public
Get or set the desktop wallpaper
-
humanize-string Public
Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz
-
windows-release Public
Get the name of a Windows version from the release number: 5.1.2600 → XP
-
Regex Public
🔤 Swifty regular expressions
-
electron-serve Public
Static file serving for Electron apps
-
-
get-east-asian-width Public
Determine the East Asian Width of a Unicode character
-
globals Public
Global identifiers from different JavaScript environments
-
gulp-autoprefixer Public
Prefix CSS
-
emoj Public
Find relevant emoji from text on the command-line 😮 ✨ 🙌 🐴 💥 🙈
-
builtin-modules Public
A static list of the Node.js builtin modules from the latest Node.js version
-
conf Public
Simple config handling for your app or module
-
crypto-hash Public
Tiny hashing module that uses the native crypto API in Node.js and the browser
-
terminal-image-cli Public
Display images in the terminal
-
terminal-image Public
Display images in the terminal
-
p-waterfall Public
Run promise-returning & async functions in series, each passing its result to the next
-
urls-md Public
Convert URLs to Markdown links: Extracts URLs from text → Gets their article title → Creates Markdown links
-
load-grunt-tasks Public
Load multiple grunt tasks using globbing patterns
-
gulp-strip-debug Public
Strip console, alert, and debugger statements from JavaScript code
-
unused-filename Public
Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`
-
shell-env Public
Get environment variables from the shell
-
p-settle Public
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
-
p-reflect Public
Make a promise always fulfill with its actual fulfillment value or rejection reason
-
escape-string-applescript Public
Escape a string for use in AppleScript
-
electron-store Public
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc