• Stars
    star
    1
  • Language
    JavaScript
  • License
    ISC License
  • Created over 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ”‘ Regex string match that honors boundaries for targets prepended and/or appended with non-word characters.

More Repositories

1

osx-iso

ο£Ώ Create a bootable ISO of OS X / macOS, from the installation app file
Shell
663
star
2

awesome-cordova

πŸ“± A curated list of amazingly awesome Cordova libraries, resources and shiny things.
Ruby
294
star
3

boomlet

πŸ’₯ Bookmarklet compiler encloses, encodes, minifies your Javascript file and opens an HTML page with your new bookmarklet for immediate use.
JavaScript
177
star
4

xcv

βœ‚οΈ Cut, Copy and Paste files with Bash
Shell
146
star
5

microgen

♻️ micro-generator for individual files, easy like sunday morning πŸŒ…
JavaScript
88
star
6

no-exif

❌ Remove Exif and GPS location data from JPEG images
JavaScript
46
star
7

cordova-resource-generators

🎨 Quickly generate mobile app icons and splash screens for Cordova builds
Shell
31
star
8

contrast-color

🎨 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).
JavaScript
23
star
9

nvx

πŸ”± Run commands on any specified Node version, or as defined in .travis.yml or circle.yml.
JavaScript
18
star
10

assert-dotenv

⚠️ One fell swoop for loading and asserting environment settings in node.
JavaScript
15
star
11

underscore.haz

πŸ” _.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'
JavaScript
14
star
12

dotenv-assert

⚠️ Requires specified environment settings to exist in node applications
JavaScript
12
star
13

casing

πŸ”§ Recursively transform object key strings to and from camelCase and snake_case
JavaScript
12
star
14

yos

❓ lists your installed yeoman generators and subgenerators
JavaScript
11
star
15

ious

ℹ️ use express middleware on socket.io namespaces
JavaScript
10
star
16

distiller

πŸ’§ Extracts only the dist resources from various packages
JavaScript
9
star
17

gulpfile

πŸƒ quickly create, save and reuse gulpfiles
JavaScript
9
star
18

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.
8
star
19

programmer-anarchy

✊ a tl;dw / tl;dr summary of the programmer anarchy concept, as promoted by Fred George
7
star
20

profiles

πŸ”° dotfiles, system defaults and more
Shell
7
star
21

save-static

βš“ Saves Express responses to a static directory for disk caching
JavaScript
6
star
22

bashcuts

🐚 Command reveals Bash keyboard shortcuts (cheat sheet)
Shell
6
star
23

fs-ndjson

ℹ️ read and write NDJSON files (Newline Delimited JSON)
JavaScript
6
star
24

crwlr

πŸ•·a minimal puppeteer crawler api
JavaScript
5
star
25

open-in-vs-code-automator-workflow

ο£Ώ macOS Automator workflow that opens a selected file or folder from Finder into a VS Code editor.
4
star
26

serve-static-x

βš“ Serve static files with cache busting capability (uses Express.static() aka serve-static)
JavaScript
4
star
27

assert-dotenv-cli

🐚 loads and asserts environment settings from dotenv files prior to executing CLI commands
JavaScript
4
star
28

jstdin

πŸ’² a better `node -p` that accepts stdin and can format and highlight output
JavaScript
4
star
29

mvy

πŸ“ mvy = mkdirp + mv // a cli for moving to a new directory
JavaScript
3
star
30

promise-until

➿ Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise
JavaScript
3
star
31

vscode-ndjson-colorizer

🎨 VSCode extension colorizes NDJSON (Newline Delimited JSON) files
3
star
32

promise-do-whilst

➿ Calls a function repeatedly while a condition returns true and then resolves the promise
JavaScript
3
star
33

ndjson-generate-schema

ℹ️ Effortlessly convert your NDJSON data to a JSON Schema.
JavaScript
3
star
34

debugging

πŸ‘€ this.debugging = debug + callsites + derived namespacing
JavaScript
3
star
35

npmu

🚽 cli for uninstalling dependencies with a checkbox interface, for npm or pnpm
JavaScript
2
star
36

lbl

πŸ’² Process stdin, line by line, sort of like AWK but 100% JS
JavaScript
2
star
37

mincomplete

↕️ a very minimal autocomplete typeahead autosuggestion select list highlighter
HTML
2
star
38

vscode-marko-beautify

❇️ beautify Marko code, in place, for VS Code
JavaScript
2
star
39

mixed-content-crawler

πŸ•·Find mixed content errors on a site by crawling it with Puppeteer
JavaScript
2
star
40

bitbar-cal

πŸ“† BitBar plugin shows a calendar of the current, previous and next year
Shell
2
star
41

generator-cordova-www

πŸ“± A Yeoman generator that scaffolds a minimal www directory for a new Cordova app, with optional JavaScript flavors: jQuery, Framework7 or Vanilla.
HTML
2
star
42

fib-interval

πŸ” setInterval using a series of incrementing Fibonacci durations
JavaScript
2
star
43

lodash-pickapart

πŸ’πŸž lodash mixin for deep immutable destructuring with omit
JavaScript
2
star
44

express-log-routes

πŸ‘€ console.log available Express routes
JavaScript
1
star
45

khaos-template

♻️ a khaos template for scaffolding a new khaos template
1
star
46

khaos-rethink-migrate

♻️ an opinionated khaos template for scaffolding a new RethinkDB migration project
JavaScript
1
star
47

readfile-split

βž— Read a file, splitting it's contents into an Array (for Node)
JavaScript
1
star
48

similars

πŸ‘― Find similar objects and partial duplicates in collections
JavaScript
1
star
49

uniqueue

❄️ only queue unique items and retrieve them only once
JavaScript
1
star
50

fuzzysort-collection

πŸ” Fast SublimeText-like fuzzy search for collections
JavaScript
1
star
51

l8r

⏰ queue multiple functions and run later
JavaScript
1
star
52

tos

πŸ“„ Terms of Service and Privacy Policy Generator
JavaScript
1
star
53

vanilla-parcel-starter

🍦 a parcel starter with just enough sugar to make you smile
JavaScript
1
star
54

jest-given

πŸƒ Consistently readable test descriptions for Jest
JavaScript
1
star
55

promise-do-until

➿ Calls a function repeatedly until a condition returns true and then resolves the promise
JavaScript
1
star
56

delegoat

🐐 Delegate handlers for JSON payloads, where the payload data model closely resembles an HTTP Request message but is decoupled from HTTP.
JavaScript
1
star
57

x-base-32

πŸ”£ base32 encoding and decoding that optimizes byte size based on input characters and supports unicode.
JavaScript
1
star
58

grunt-file

πŸ— quickly create, save and reuse gruntfiles
JavaScript
1
star