An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by busterc

A curated list of projects in awesome lists by busterc .

https://github.com/busterc/osx-iso

 Create a bootable ISO of OS X / macOS, from the installation app file

iso mac macos macosx osx

Last synced: 04 Apr 2025

https://github.com/busterc/boomlet

:boom: Bookmarklet compiler encloses, encodes, minifies your Javascript file and opens an HTML page with your new bookmarklet for immediate use.

bookmarklet userscript

Last synced: 16 Jul 2025

https://github.com/busterc/xcv

:scissors: Cut, Copy and Paste files with Bash

bash cli clipboard copy copy-paste cut directories files filesystem glob globbing paste shell

Last synced: 25 Jul 2025

https://github.com/busterc/microgen

:recycle: micro-generator for individual files, easy like sunday morning :sunrise:

generator plop scaffolding templates yeoman yo

Last synced: 12 Apr 2025

https://github.com/busterc/cordova-resource-generators

:art: Quickly generate mobile app icons and splash screens for Cordova builds

cordova icon-generator splash-screen splashscreen

Last synced: 11 Sep 2025

https://github.com/busterc/contrast-color

:art: Determine the best contrast color to use. Give it a background color and it returns a foreground color (black or white by default but customizable).

accessibility background chroma color colors contrast contrast-color darken font-color foreground foreground-background foreground-color hsl hsv luma luminosity wcag yiq

Last synced: 23 Apr 2025

https://github.com/busterc/nvx

:trident: Run commands on any specified Node version, or as defined in .travis.yml or circle.yml.

circle-ci circle-yml circleci node-version-manager npm-scripts npx nvm testing-tools travis travis-ci travis-yml travisci version-manager

Last synced: 26 Oct 2025

https://github.com/busterc/assert-dotenv

:warning: One fell swoop for loading and asserting environment settings in node.

conf config dotenv env environment environment-variables environment-vars environments

Last synced: 23 Apr 2025

https://github.com/busterc/underscore.haz

:mag: _.haz() is like _.has() but this underscore and/or lodash mixin lets you do deep object key existence checking with a dot denoted string, for example 'a.b.c'

assert deep lodash object underscore

Last synced: 23 Apr 2025

https://github.com/busterc/dotenv-assert

:warning: Requires specified environment settings to exist in node applications

conf config dotenv env environment environment-variables environment-vars environments

Last synced: 23 Apr 2025

https://github.com/busterc/casing

:wrench: Recursively transform object key strings to and from camelCase and snake_case

camelcase json-serialization snake-case

Last synced: 23 Apr 2025

https://github.com/busterc/yos

:question: lists your installed yeoman generators and subgenerators

yeoman yeoman-generator yo

Last synced: 23 Apr 2025

https://github.com/busterc/distiller

:droplet: Extracts only the dist resources from various packages

deps dist distribution libs modules

Last synced: 23 Apr 2025

https://github.com/busterc/ious

:information_source: use express middleware on socket.io namespaces

middleware socket-io socket-io-middleware socket-io-server

Last synced: 28 Oct 2025

https://github.com/busterc/gulpfile

:runner: quickly create, save and reuse gulpfiles

gulp gulpfile

Last synced: 29 Oct 2025

https://github.com/busterc/profiles

:beginner: dotfiles, system defaults and more

bash-profile dotfiles

Last synced: 23 Apr 2025

https://github.com/busterc/archive-copy-automator-workflow

 OS X Automator workflow that archives all files copied using Finder to `~/Copies` also keeping the last items copied on the clipboard for pasting elsewhere.

automator automator-workflow clipboard copy finder keyboard-shortcuts

Last synced: 06 May 2025

https://github.com/busterc/programmer-anarchy

:fist: a tl;dw / tl;dr summary of the programmer anarchy concept, as promoted by Fred George

agile agile-development agile-manifesto anarchy microservices

Last synced: 27 Feb 2026

https://github.com/busterc/bashcuts

:shell: Command reveals Bash keyboard shortcuts (cheat sheet)

bash bash-tricks bash-tutorial keyboard-shortcuts shell

Last synced: 31 Mar 2025

https://github.com/busterc/fs-ndjson

:information_source: read and write NDJSON files (Newline Delimited JSON)

json jsonld jsonlines ldjson ndjson

Last synced: 29 Jul 2025

https://github.com/busterc/save-static

:anchor: Saves Express responses to a static directory for disk caching

caching disk-cache express express-middleware

Last synced: 23 Apr 2025

https://github.com/busterc/crwlr

🕷a minimal puppeteer crawler api

crawl crawler crawling puppeteer spider walker

Last synced: 23 Apr 2025

https://github.com/busterc/jstdin

:heavy_dollar_sign: a better `node -p` that accepts stdin and can format and highlight output

cli eval javascript jq js json json-parser node node-js node-repl nodejs npx pretty-print stdin

Last synced: 26 Jul 2025

https://github.com/busterc/open-in-vs-code-automator-workflow

 macOS Automator workflow that opens a selected file or folder from Finder into a VS Code editor.

automator automator-workflow finder keyboard-shortcuts vscode

Last synced: 08 Jan 2026

https://github.com/busterc/ndjson-generate-schema

:information_source: Effortlessly convert your NDJSON data to a JSON Schema.

json-schema json-schema-generator jsonld jsonlines jsonschema ndjson

Last synced: 06 May 2025

https://github.com/busterc/serve-static-x

:anchor: Serve static files with cache busting capability (uses Express.static() aka serve-static)

caching disk-cache express express-middleware

Last synced: 23 Apr 2025

https://github.com/busterc/assert-dotenv-cli

:shell: loads and asserts environment settings from dotenv files prior to executing CLI commands

conf config dotenv env environment environment-variables environment-vars environments

Last synced: 23 Apr 2025

https://github.com/busterc/vscode-ndjson-colorizer

:art: VSCode extension colorizes NDJSON (Newline Delimited JSON) files

colorize colorizer json-ld jsonld jsonlines ndjson vscode-extension vscode-language

Last synced: 03 Feb 2026

https://github.com/busterc/mvy

:file_folder: mvy = mkdirp + mv // a cli for moving to a new directory

directories files filesystem glob globbing mkdir move

Last synced: 09 Mar 2026

https://github.com/busterc/promise-until

:loop: Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise

es6-promise flow-control promise promise-library promise-modules promises

Last synced: 02 Mar 2026

https://github.com/busterc/debugging

:eyes: this.debugging = debug + callsites + derived namespacing

callsite console-log debug debugger debugging logger stack stdout trace

Last synced: 31 Mar 2025

https://github.com/busterc/promise-do-whilst

:loop: Calls a function repeatedly while a condition returns true and then resolves the promise

es6-promise flow-control promise promise-library promise-modules promises

Last synced: 13 Oct 2025

https://github.com/busterc/mincomplete

:arrow_up_down: a very minimal autocomplete typeahead autosuggestion select list highlighter

autocomplete autoselect autosuggest typeahead

Last synced: 08 Jan 2026

https://github.com/busterc/lodash-pickapart

:monkey::bread: lodash mixin for deep immutable destructuring with omit

destructuring immutable lodash lodash-mixin mixin omit

Last synced: 10 Oct 2025

https://github.com/busterc/generator-cordova-www

:iphone: A Yeoman generator that scaffolds a minimal www directory for a new Cordova app, with optional JavaScript flavors: jQuery, Framework7 or Vanilla.

cordova-template framework7 yeoman-generator

Last synced: 08 Jan 2026

https://github.com/busterc/fib-interval

:repeat: setInterval using a series of incrementing Fibonacci durations

backoff fibonacci setinterval settimeout

Last synced: 29 Jun 2025

https://github.com/busterc/vscode-marko-beautify

:sparkle: beautify Marko code, in place, for VS Code

marko markojs vscode vscode-extension vscode-plugin

Last synced: 31 Mar 2025

https://github.com/busterc/npmu

:toilet: cli for uninstalling dependencies with a checkbox interface, for npm or pnpm

dependencies deps npm pnpm uninstall

Last synced: 31 Mar 2025

https://github.com/busterc/mixed-content-crawler

🕷Find mixed content errors on a site by crawling it with Puppeteer

Last synced: 24 Oct 2025

https://github.com/busterc/lbl

:heavy_dollar_sign: Process stdin, line by line, sort of like AWK but 100% JS

awk byline cli console-log eval gawk grep javascript line-by-line line-reader lines print sed split stdin stdio

Last synced: 31 Mar 2025

https://github.com/busterc/bitbar-cal

:calendar: BitBar plugin shows a calendar of the current, previous and next year

bitbar bitbar-plugin bitbar-plugins calendar

Last synced: 31 Mar 2025

https://github.com/busterc/similars

:dancers: Find similar objects and partial duplicates in collections

arrays collections duplicate-detection duplicates similar-objects similarity-search

Last synced: 16 Jun 2025

https://github.com/busterc/tos

:page_facing_up: Terms of Service and Privacy Policy Generator

privacy-policy terms-and-conditions terms-of-service tos

Last synced: 31 Mar 2025

https://github.com/busterc/vanilla-parcel-starter

:icecream: a parcel starter with just enough sugar to make you smile

parcel parcel-boilerplate parcel-starter parceljs

Last synced: 31 Mar 2025

https://github.com/busterc/x-base-32

:symbols: base32 encoding and decoding that optimizes byte size based on input characters and supports unicode.

base32 base32hex character-encoding crockford-base32 encode encoder encoder-decoder encoding encoding-convertors encoding-library encodings unicode-converter

Last synced: 31 Mar 2025

https://github.com/busterc/uniqueue

:snowflake: only queue unique items and retrieve them only once

crawl crawling queue queues set unique uniqueness walking

Last synced: 31 Mar 2025

https://github.com/busterc/jest-given

:black_joker: Consistently readable test descriptions for Jest

jest jest-plugin jest-test jest-tests

Last synced: 22 Jun 2025

https://github.com/busterc/grunt-file

:boar: quickly create, save and reuse gruntfiles

grunt gruntfile gruntjs

Last synced: 29 Jul 2025

https://github.com/busterc/promise-do-until

:loop: Calls a function repeatedly until a condition returns true and then resolves the promise

es6-promise flow-control promise promise-library promise-modules promises

Last synced: 23 Jul 2025

https://github.com/busterc/fuzzysort-collection

:mag: Fast SublimeText-like fuzzy search for collections

collections filter fuzzy fuzzy-search sorting-algorithms

Last synced: 31 Mar 2025

https://github.com/busterc/boundary-match

:abcd: Regex string match that honors boundaries for targets prepended and/or appended with non-word characters.

boundaries boundary matching regex regex-match regexp regexp-match regexp-search regexp-special-characters string-matching

Last synced: 31 Mar 2025

https://github.com/busterc/merge_map_null_safety

:dart: Dart and/or Flutter - Combine multiple Maps into one (with null safety). Equivalent to Object.assign in JS.

Last synced: 19 Oct 2025

https://github.com/busterc/khaos-template

:recycle: a khaos template for scaffolding a new khaos template

generator khaos scaffolding

Last synced: 12 Jan 2026

https://github.com/busterc/express-log-routes

:eyes: console.log available Express routes

console-log express express-middleware

Last synced: 23 Aug 2025

https://github.com/busterc/pickapart

:monkey::bread: deep immutable destructuring with omit

destructuring immutable omit

Last synced: 31 Mar 2025

https://github.com/busterc/l8r

:alarm_clock: queue multiple functions and run later

defer delay handler handlers queue tasks

Last synced: 10 Aug 2025

https://github.com/busterc/https.netlify.com

:lock: Redirect HTTP to HTTPS only if the browser supports Let's Encrypt SSL/TLS certificates

http-redirect https-redirect lets-encrypt letsencrypt netlify redirect

Last synced: 28 Feb 2026

https://github.com/busterc/khaos-rethink-migrate

:recycle: an opinionated khaos template for scaffolding a new RethinkDB migration project

db-migrate db-migration khaos rethinkdb rethinkdb-migration

Last synced: 04 Oct 2025

https://github.com/busterc/delegoat

:goat: Delegate handlers for JSON payloads, where the payload data model closely resembles an HTTP Request message but is decoupled from HTTP.

delegate delegation handlers hyperjson microservice

Last synced: 31 Mar 2025

https://github.com/busterc/universal-glob

:stars: drop-in replacement for glob lets you use promises or callbacks

glob globbing globs globstar node-glob

Last synced: 31 Mar 2025

https://github.com/busterc/homebrew-tap

:beer: a Homebrew tap for my personally crafted formulae

homebrew homebrew-formula homebrew-formulae homebrew-tap

Last synced: 14 Oct 2025

https://github.com/busterc/skewered

:oden: The simplest slugify module in the universe.

dash-case dashcase hyphenate hyphenation kebab-case slug slugify urlify

Last synced: 31 Mar 2025

https://github.com/busterc/liver

:recycle: the dumbest live-reload static server

live-reload live-server

Last synced: 11 Jan 2026

https://github.com/busterc/prettier-plugin-package-json

:package: Prettier plugin formats package.json using prettier-package-json

package-json prettier prettier-plugin

Last synced: 31 Mar 2025

https://github.com/busterc/create-cordova-app

:rocket: Create Cordova apps via prompts for adding platforms and plugins

cordova cordova-cli phonegap phonegap-cli

Last synced: 31 Mar 2025

https://github.com/busterc/readfile-split

:heavy_division_sign: Read a file, splitting it's contents into an Array (for Node)

filesystem fs readfile

Last synced: 31 Mar 2025

https://github.com/busterc/generator-prettier-package-json

:package: Prettier format for package.json files

json package-json packagejson prettier

Last synced: 31 Mar 2025