Projects in Awesome Lists by vweevers
A curated list of projects in awesome lists by vweevers .
https://github.com/vweevers/common-changelog
Write changelogs for humans. A style guide.
Last synced: 05 Apr 2025
https://github.com/vweevers/hallmark
Markdown Style Guide, with linter and automatic fixer.
documentation fixer linter markdown remark tooling
Last synced: 15 Sep 2025
https://github.com/vweevers/win-detect-browsers
Fast and native browser detection on Windows.
browser-detection browsers nodejs windows
Last synced: 13 Aug 2025
https://github.com/vweevers/tabular-stream
Detects tabular data (spreadsheets, dsv or json, 20+ different formats) and emits normalized objects.
csv dsv json ndjson nodejs ods qpw spreadsheets stream sylk tabular-data tsv xls xlsx
Last synced: 30 Apr 2025
https://github.com/vweevers/node-docker-share
Share local folders with a Docker Machine VM
docker docker-compose docker-machine mount nodejs vm
Last synced: 30 Apr 2025
https://github.com/vweevers/lento
Streaming client for Presto HTTP protocol v1.
nodejs npm-package presto prestodb readable-stream
Last synced: 16 Apr 2025
https://github.com/vweevers/node-docker-machine
Programmatic API to Docker Machine.
docker docker-machine machine nodejs
Last synced: 11 Jul 2025
https://github.com/vweevers/level-scout
Range search with a query plan
level nodejs proof-of-concept unmaintained-dont-use
Last synced: 30 Apr 2025
https://github.com/vweevers/level-vinyl
leveldb vinyl adapter and blob store
Last synced: 10 Aug 2025
https://github.com/vweevers/additional-tags-action
A GitHub action to create major and minor git tags from the last tag.
git github-action major-tag minor-tag semver tags
Last synced: 30 Apr 2025
https://github.com/vweevers/markdown-to-ansi
Convert markdown to ansi with support of hyperlinks.
ansi markdown mdast micromark nodejs npm-package
Last synced: 30 Apr 2025
https://github.com/vweevers/module-error
Create errors with code and cause properties.
error javascript nodejs npm-package
Last synced: 30 Apr 2025
https://github.com/vweevers/attend
Automate maintenance tasks across many repositories.
fix lint maintenance nodejs npm vfile
Last synced: 30 Apr 2025
https://github.com/vweevers/remark-changelog
Lint or fix a changelog written in markdown, following Keep A Changelog. Superseded by remark-common-changelog.
changelog keep-a-changelog markdown nodejs npm-package remark
Last synced: 30 Apr 2025
https://github.com/vweevers/nanoresource-collection
Open and close multiple nanoresources as one.
collection nano nanoresource nodejs npm-package
Last synced: 30 Apr 2025
https://github.com/vweevers/about-native-addons
Collects data on all Node.js native addons found in the npm registry.
addons native-addons nodejs wip
Last synced: 23 Aug 2025
https://github.com/vweevers/level-glob
Create a read stream filtered and ordered by glob patterns
Last synced: 06 Oct 2025
https://github.com/vweevers/dotnet-bump
CLI to increment and git-tag the version of .NET, C(++) and npm projects.
cli csproj dotnet nodejs npm-package release vcxproj version
Last synced: 30 Apr 2025
https://github.com/vweevers/lexicographic-integer-encoding
Lexicographically ordered integers for level(up).
Last synced: 23 Jun 2025
https://github.com/vweevers/zipfian-integer
Get an integer between min and max with skew towards either.
nodejs number-generator random zipf zipfian
Last synced: 30 Apr 2025
https://github.com/vweevers/win-dummy-exe
Generate a dummy Windows exe with .NET.
dotnet exe jscript nodejs testing-tools windows
Last synced: 26 Feb 2026
https://github.com/vweevers/spreadsheet-stream
Semi-streaming XLS(X) / ODS / QPW (and more) parser.
duplex-stream nodejs ods qpw spreadsheets stream xls xlsx
Last synced: 30 Apr 2025
https://github.com/vweevers/catering
Simple utility to allow your module to be consumed with a callback or promise.
callback nodejs npm-package promise
Last synced: 30 Apr 2025
https://github.com/vweevers/assembly-source
Create or change .NET assembly attributes in C# and JScript source code.
csharp dotnet dotnet-assembly jscript nodejs
Last synced: 15 Jul 2025
https://github.com/vweevers/hallmark-lint-action
A GitHub Action to lint markdown files with hallmark.
annotations github-action hallmark lint markdown remark
Last synced: 05 May 2026
https://github.com/vweevers/remark-autolink-references
A remark plugin to autolink custom references.
github jira markdown nodejs remark remark-plugin
Last synced: 10 Sep 2025
https://github.com/vweevers/win-find-jscript-compiler
Find .NET's jsc.exe on Windows.
Last synced: 12 Apr 2025
https://github.com/vweevers/transient-error
Mark an error as transient, meaning you can retry.
error nodejs npm-package retry temporary transient
Last synced: 30 Apr 2025
https://github.com/vweevers/bruce-millis
Convert various time formats to milliseconds.
milliseconds ms nodejs npm-package time
Last synced: 30 Apr 2025
https://github.com/vweevers/detect-tabular
A stream that detects tabular data (spreadsheets, dsv or json) and yields objects.
csv dsv json ndjson nodejs ods qpw spreadsheets stream sylk tabular-data tsv xls xlsx
Last synced: 05 Mar 2026
https://github.com/vweevers/maybe-combine-errors
Combine 0 or more errors into one.
Last synced: 14 Oct 2025
https://github.com/vweevers/keyspace
Get keys and values based on a probability distribution and seed.
benchmarking key-value-store keys level nodejs random values zipfian
Last synced: 03 Jan 2026
https://github.com/vweevers/hyperloglog32
HyperLogLog using a 32-bit murmurhash3 for node and the browser
Last synced: 30 Apr 2025
https://github.com/vweevers/debugdown
Log all operations made on an abstract-leveldown compliant store.
abstract-leveldown debug level levelup
Last synced: 04 Oct 2025
https://github.com/vweevers/monotonic-lexicographic-timestamp
Monotonically increasing timestamp with lexicographic order.
Last synced: 30 Apr 2025
https://github.com/vweevers/github-label-preset
A preset for GitHub labels. Easy to apply to any repository.
github labels maintenance preset
Last synced: 19 Jan 2026
https://github.com/vweevers/packument-package
Fetch package metadata of a version from the npm registry.
npm npm-registry package packument
Last synced: 18 Jan 2026
https://github.com/vweevers/pseudo-math-random
Same algorithm as Math.random but with a custom seed.
math-random nodejs number-generator prng random
Last synced: 20 Jan 2026
https://github.com/vweevers/uniform-integer
Get an integer between a min and max, bring your own random number generator.
nodejs number-generator random uniform-distribution
Last synced: 18 May 2026
https://github.com/vweevers/student-histogram
Record a sample and compute its statistical significance.
histogram nodejs npm-package statistics student-t
Last synced: 20 Jan 2026
https://github.com/vweevers/is-git-ref-name-valid
Check that a git reference name is well formed.
git nodejs npm-package refname
Last synced: 20 Jan 2026
https://github.com/vweevers/multi-checkout-action
A GitHub Action to checkout multiple additional repositories. Deprecated.
checkout git github-action nodejs
Last synced: 30 Apr 2025
https://github.com/vweevers/simple-octokit
Preconfigured GitHub API client with GraphQL and REST.
github-actions github-api graphql nodejs octokit rest
Last synced: 07 Feb 2026
https://github.com/vweevers/windows-firefox
Launch a fresh Firefox on Windows.
browsers firefox nodejs testing-tools
Last synced: 24 Jan 2026
https://github.com/vweevers/packument
Fetch package metadata from the npm registry
Last synced: 02 Sep 2025
https://github.com/vweevers/remark-common-changelog
Lint or fix a changelog written in markdown, following Common Changelog.
Last synced: 30 Apr 2025
https://github.com/vweevers/stream-test
Test suite for stream implementors.
nodejs streams test-suite testing
Last synced: 12 May 2026
https://github.com/vweevers/reachdown
Get the inner db of an (abstract-)level(up|down) onion.
abstract-leveldown level levelup nodejs npm-package
Last synced: 30 Apr 2025
https://github.com/vweevers/tap-completed
Detect when TAP output has completed.
nodejs npm-package stream tap test-anything-protocol
Last synced: 30 Apr 2025
https://github.com/vweevers/fs-read-exactly
Read exactly n bytes of an fd or file
Last synced: 10 Jul 2025
https://github.com/vweevers/pseudo-random-buffer
Get a random buffer based on a seed. Fast, not secure.
Last synced: 18 May 2026
https://github.com/vweevers/thunky-with-args
Delay the evaluation of a variadic async function and cache the result
async cache nodejs npm-package thunky
Last synced: 18 Feb 2026
https://github.com/vweevers/unique-lexicographic-integer
lexicographic-integer plus a suffix if input is the same as the last call.
Last synced: 29 Mar 2025
https://github.com/vweevers/gctime
Record time spent on GC in high resolution.
garbage-collection gc nodejs nodejs-addon npm-package prebuilt-binaries
Last synced: 07 May 2026
https://github.com/vweevers/pe-machine-type
Get the CPU type of a Windows executable, cross-platform.
Last synced: 29 Mar 2025
https://github.com/vweevers/windows-env
Normalized environment variables for Windows XP and up
Last synced: 27 Jun 2025
https://github.com/vweevers/penguin-theme-syntax
Playful and gentle Atom syntax theme
Last synced: 09 Oct 2025
https://github.com/vweevers/tabular-cli
Detects, normalizes and converts tabular data (spreadsheets, dsv or json)
Last synced: 25 Oct 2025
https://github.com/vweevers/is-git-branch-name-valid
Check that a git branch name is well formed.
branch git nodejs npm-package refname
Last synced: 14 Feb 2026
https://github.com/vweevers/fixed-number
Format numbers, percentages and currencies with a fixed number of digits.
intl nodejs npm-package number-formatter numbers
Last synced: 17 Apr 2026
https://github.com/vweevers/create-firefox-profile
Create a temporary Firefox profile folder for test runs.
cross-platform firefox nodejs profile testing-tools
Last synced: 01 May 2026
https://github.com/vweevers/vsource
Add messages to a vfile bound to a plugin source.
javascript lint nodejs npm-package vfile
Last synced: 06 May 2026
https://github.com/vweevers/coerce-tabular
An object stream that coerces tabular data to numbers
Last synced: 29 Mar 2025
https://github.com/vweevers/run-parallel-settled
Run an array of functions in parallel, wait to finish when one errors.
async kitchen-sink nodejs npm-package parallel
Last synced: 03 May 2026
https://github.com/vweevers/murmur32
native murmurhash3 32bit with browser fallback
Last synced: 29 Mar 2025
https://github.com/vweevers/auto-http-agent
Create http agent for HTTP(S)_PROXY proxies and/or keepAlive.
agent http http-proxy https https-proxy no-proxy nodejs npm-package
Last synced: 19 Jan 2026
https://github.com/vweevers/fs-maybe-open
Open a file unless it's already a file descriptor.
Last synced: 29 Mar 2025
https://github.com/vweevers/level-probe
Get the first result in a range, using an iterator or stream
Last synced: 22 Jun 2025
https://github.com/vweevers/fs-lotus
Sugar to open and close a file descriptor
Last synced: 29 Mar 2025
https://github.com/vweevers/ngr
API wrappers for the Dutch Nationaal Georegister
Last synced: 06 Feb 2026
https://github.com/vweevers/loopstat
Event loop statistics in nanosecond resolution
Last synced: 01 Feb 2026
https://github.com/vweevers/pe-machine-type-descriptor
Get name and description of PE machine types
Last synced: 29 Mar 2025
https://github.com/vweevers/pe-signature-offset
Get position of PE signature
Last synced: 29 Mar 2025
https://github.com/vweevers/hunspell-native
Cross-platform Node.js binding for Hunspell, the spellcheck library used by LibreOffice, Firefox, Chrome and Adobe.
Last synced: 27 Feb 2026
https://github.com/vweevers/find-githost
Get repository info from a directory, package.json, url, npm shorthand or git remote.
bitbucket git github gitlab nodejs npm-package repository
Last synced: 19 Jan 2026
https://github.com/vweevers/find-gitdir
Find .git directory with support of submodules and --separate-git-dir.
git gitdir nodejs npm-package submodules
Last synced: 02 Feb 2026
https://github.com/vweevers/on-stream-close
Callback when a stream has closed.
close nodejs npm-package readable-stream stream streamx
Last synced: 08 May 2026
https://github.com/vweevers/deep-dot
Get a nested property of an object or primitive
deep nested nodejs property-accessor
Last synced: 20 Apr 2026
https://github.com/vweevers/is-google-domain
Tells you if a top level domain is a Google domain
Last synced: 24 Apr 2026
https://github.com/vweevers/section-remark
Specialized Remark that only transforms (or adds) one Markdown section.
Last synced: 30 Apr 2026
https://github.com/vweevers/bruce-millis-option
Convert various time formats to milliseconds and throw if result is NaN.
milliseconds ms nodejs npm-package time
Last synced: 11 May 2026
https://github.com/vweevers/common-roots
Find root directories (containing .git or other)
Last synced: 29 Mar 2025
https://github.com/vweevers/http-graceful
Gracefully open and close a http server, its sockets and perhaps a database
Last synced: 29 Mar 2025
https://github.com/vweevers/napi-functions
List the N-API functions used in c/c++ source code.
c cpp n-api nodejs npm-package
Last synced: 11 Apr 2026
https://github.com/vweevers/language-packages
Download Hunspell dictionaries and Snowball stemmers on demand.
Last synced: 01 Mar 2026
https://github.com/vweevers/map-tabular-keys
Transform the keys of a tabular object stream
Last synced: 29 Mar 2025