Chrome extension - Hide nonessential files from the GitHub file browser
updated at June 8, 2024, 5:51 p.m.
Showcasing real-world usage of ECMAScript 6 (the next JavaScript version) features
updated at June 9, 2024, 5:11 a.m.
Scaffold out an Electron app boilerplate
updated at June 14, 2024, 2:04 p.m.
Get the path to the user home directory
updated at June 15, 2024, 10:35 a.m.
Strip comments from CSS
updated at June 24, 2024, 4:33 a.m.
Run Electron without all the junk terminal output
updated at June 25, 2024, 2:22 p.m.
Get stdin as a string or buffer
updated at July 3, 2024, 3:37 a.m.
Check if a process is running
updated at July 21, 2024, 12:28 p.m.
Hashing made simple. Get the hash of text or stdin.
updated at July 21, 2024, 1:11 p.m.
Check if the process is running with elevated privileges
updated at July 24, 2024, 9:34 a.m.
Indent each line in a string
updated at July 28, 2024, 4:40 a.m.
Strip UTF-8 byte order mark (BOM) from a string
updated at July 28, 2024, 4:42 a.m.
Make unhandled promise rejections fail hard right away instead of the default silent fail
updated at July 28, 2024, 4:42 a.m.
Hook and modify stdout and stderr
updated at July 30, 2024, 9:45 a.m.
Get the latest version of an npm package
updated at Aug. 2, 2024, 11:09 p.m.
Block users from running your app with root permissions
updated at Aug. 3, 2024, 11:48 p.m.
Read the closest package.json file
updated at Aug. 4, 2024, 1:10 p.m.
Make a directory and its parents if needed - Think `mkdir -p`
updated at Aug. 4, 2024, 1:13 p.m.
Find a file by walking up parent directories
updated at Aug. 6, 2024, 8:13 p.m.